@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSmsTemplateRequest extends PinpointRequest implements ToCopyableBuilder<UpdateSmsTemplateRequest.Builder,UpdateSmsTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSmsTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSmsTemplateRequest.Builder |
builder() |
Boolean |
createNewVersion()
Specifies whether to save the updates as a new version of the message template.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSmsTemplateRequest.Builder> |
serializableBuilderClass() |
SMSTemplateRequest |
smsTemplateRequest()
Returns the value of the SMSTemplateRequest property for this object.
|
String |
templateName()
The name of the message template.
|
UpdateSmsTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The unique identifier for the version of the message template to update, retrieve information about, or delete.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean createNewVersion()
Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to the latest existing version of the template.
If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.
If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.
public SMSTemplateRequest smsTemplateRequest()
public 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.
public String version()
The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource.
If specified, this value must match the identifier of an existing template version. If specified for an update operation, this value must match the identifier of the latest existing version of the template. This restriction helps ensure that race conditions don't occur.
If you don't specify a value for this parameter, Amazon Pinpoint does the following:
For a get operation, retrieves information about the active version of the template.
For an update operation, saves the updates to the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
For a delete operation, deletes the template, including all versions of the template.
If specified, this value must match the identifier of an existing template version. If specified for an update operation, this value must match the identifier of the latest existing version of the template. This restriction helps ensure that race conditions don't occur.
If you don't specify a value for this parameter, Amazon Pinpoint does the following:
For a get operation, retrieves information about the active version of the template.
For an update operation, saves the updates to the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
For a delete operation, deletes the template, including all versions of the template.
public UpdateSmsTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSmsTemplateRequest.Builder,UpdateSmsTemplateRequest>toBuilder in class PinpointRequestpublic static UpdateSmsTemplateRequest.Builder builder()
public static Class<? extends UpdateSmsTemplateRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.