@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEmailTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateEmailTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEmailTemplateRequest |
clone() |
boolean |
equals(Object obj) |
EmailTemplateRequest |
getEmailTemplateRequest() |
String |
getTemplateName()
The name of the message template.
|
int |
hashCode() |
void |
setEmailTemplateRequest(EmailTemplateRequest emailTemplateRequest) |
void |
setTemplateName(String templateName)
The name of the message template.
|
String |
toString()
Returns a string representation of this object.
|
CreateEmailTemplateRequest |
withEmailTemplateRequest(EmailTemplateRequest emailTemplateRequest) |
CreateEmailTemplateRequest |
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, withSdkRequestTimeout
public void setEmailTemplateRequest(EmailTemplateRequest emailTemplateRequest)
emailTemplateRequest
- public EmailTemplateRequest getEmailTemplateRequest()
public CreateEmailTemplateRequest withEmailTemplateRequest(EmailTemplateRequest emailTemplateRequest)
emailTemplateRequest
- 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 CreateEmailTemplateRequest 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 CreateEmailTemplateRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.