@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplateVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTemplateVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTemplateVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
The string that specifies which page of results to return in a paginated response.
|
String |
getPageSize()
The maximum number of items to include in each page of a paginated response.
|
String |
getTemplateName()
The name of the message template.
|
String |
getTemplateType()
The type of channel that the message template is designed for.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The string that specifies which page of results to return in a paginated response.
|
void |
setPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
void |
setTemplateName(String templateName)
The name of the message template.
|
void |
setTemplateType(String templateType)
The type of channel that the message template is designed for.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplateVersionsRequest |
withNextToken(String nextToken)
The string that specifies which page of results to return in a paginated response.
|
ListTemplateVersionsRequest |
withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
ListTemplateVersionsRequest |
withTemplateName(String templateName)
The name of the message template.
|
ListTemplateVersionsRequest |
withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
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 setNextToken(String nextToken)
The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
nextToken
- The string that specifies which page of results to return in a paginated response. This parameter is not
supported for application, campaign, and journey metrics.public String getNextToken()
The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
public ListTemplateVersionsRequest withNextToken(String nextToken)
The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
nextToken
- The string that specifies which page of results to return in a paginated response. This parameter is not
supported for application, campaign, and journey metrics.public void setPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
pageSize
- The maximum number of items to include in each page of a paginated response. This parameter is not
supported for application, campaign, and journey metrics.public String getPageSize()
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
public ListTemplateVersionsRequest withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
pageSize
- The maximum number of items to include in each page of a paginated response. This parameter is not
supported for application, campaign, and journey metrics.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 ListTemplateVersionsRequest 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 void setTemplateType(String templateType)
The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.
templateType
- The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and
VOICE.public String getTemplateType()
The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.
public ListTemplateVersionsRequest withTemplateType(String templateType)
The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.
templateType
- The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and
VOICE.public String toString()
toString
in class Object
Object.toString()
public ListTemplateVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()