@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
Template summary information.
| Constructor and Description |
|---|
TemplateSummary() |
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The template name.
|
String |
getTemplateArn()
The Amazon Resource Name (ARN) of the template.
|
String |
getTemplateId()
The unique identifier for the template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The template name.
|
void |
setTemplateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
|
void |
setTemplateId(String templateId)
The unique identifier for the template.
|
String |
toString()
Returns a string representation of this object.
|
TemplateSummary |
withName(String name)
The template name.
|
TemplateSummary |
withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
|
TemplateSummary |
withTemplateId(String templateId)
The unique identifier for the template.
|
public void setName(String name)
The template name.
name - The template name.public String getName()
The template name.
public TemplateSummary withName(String name)
The template name.
name - The template name.public void setTemplateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
templateArn - The Amazon Resource Name (ARN) of the template.public String getTemplateArn()
The Amazon Resource Name (ARN) of the template.
public TemplateSummary withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
templateArn - The Amazon Resource Name (ARN) of the template.public void setTemplateId(String templateId)
The unique identifier for the template.
templateId - The unique identifier for the template.public String getTemplateId()
The unique identifier for the template.
public TemplateSummary withTemplateId(String templateId)
The unique identifier for the template.
templateId - The unique identifier for the template.public String toString()
toString in class ObjectObject.toString()public TemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.