@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateAlias extends Object implements Serializable, Cloneable, StructuredPojo
The template alias.
Constructor and Description |
---|
TemplateAlias() |
Modifier and Type | Method and Description |
---|---|
TemplateAlias |
clone() |
boolean |
equals(Object obj) |
String |
getAliasName()
The display name of the template alias.
|
String |
getArn()
The Amazon Resource Name (ARN) of the template alias.
|
Long |
getTemplateVersionNumber()
The version number of the template alias.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAliasName(String aliasName)
The display name of the template alias.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the template alias.
|
void |
setTemplateVersionNumber(Long templateVersionNumber)
The version number of the template alias.
|
String |
toString()
Returns a string representation of this object.
|
TemplateAlias |
withAliasName(String aliasName)
The display name of the template alias.
|
TemplateAlias |
withArn(String arn)
The Amazon Resource Name (ARN) of the template alias.
|
TemplateAlias |
withTemplateVersionNumber(Long templateVersionNumber)
The version number of the template alias.
|
public void setAliasName(String aliasName)
The display name of the template alias.
aliasName
- The display name of the template alias.public String getAliasName()
The display name of the template alias.
public TemplateAlias withAliasName(String aliasName)
The display name of the template alias.
aliasName
- The display name of the template alias.public void setArn(String arn)
The Amazon Resource Name (ARN) of the template alias.
arn
- The Amazon Resource Name (ARN) of the template alias.public String getArn()
The Amazon Resource Name (ARN) of the template alias.
public TemplateAlias withArn(String arn)
The Amazon Resource Name (ARN) of the template alias.
arn
- The Amazon Resource Name (ARN) of the template alias.public void setTemplateVersionNumber(Long templateVersionNumber)
The version number of the template alias.
templateVersionNumber
- The version number of the template alias.public Long getTemplateVersionNumber()
The version number of the template alias.
public TemplateAlias withTemplateVersionNumber(Long templateVersionNumber)
The version number of the template alias.
templateVersionNumber
- The version number of the template alias.public String toString()
toString
in class Object
Object.toString()
public TemplateAlias clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.