@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdatePushTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.