@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePushTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdatePushTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePushTemplateRequest |
clone() |
boolean |
equals(Object obj) |
PushNotificationTemplateRequest |
getPushNotificationTemplateRequest()
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
String |
getTemplateName()
The name of the message template.
|
int |
hashCode() |
void |
setPushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
void |
setTemplateName(String templateName)
The name of the message template.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePushTemplateRequest |
withPushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
UpdatePushTemplateRequest |
withTemplateName(String templateName)
The name of the message template.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification channel.
pushNotificationTemplateRequest - Updates an existing message template that you can use in messages that are sent through a push
notification channel.public PushNotificationTemplateRequest getPushNotificationTemplateRequest()
Updates an existing message template that you can use in messages that are sent through a push notification channel.
public UpdatePushTemplateRequest withPushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification channel.
pushNotificationTemplateRequest - Updates an existing message template that you can use in messages that are sent through a push
notification channel.public void setTemplateName(String templateName)
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
templateName - The name of the message template. A template name must start with an alphanumeric character and can
contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or
hyphens (-). Template names are case sensitive.public String getTemplateName()
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
public UpdatePushTemplateRequest withTemplateName(String templateName)
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
templateName - The name of the message template. A template name must start with an alphanumeric character and can
contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or
hyphens (-). Template names are case sensitive.public String toString()
toString in class ObjectObject.toString()public UpdatePushTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.