@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 |
getStatus()
The status of the template.
|
String |
getTemplateArn()
The Amazon Resource Name (ARN) of the template.
|
String |
getTemplateId()
The unique identifier for the template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The template name.
|
void |
setStatus(String status)
The status of the template.
|
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 |
withStatus(String status)
The status of the template.
|
TemplateSummary |
withStatus(TemplateStatus status)
The status of the template.
|
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 setStatus(String status)
The status of the template.
status
- The status of the template.TemplateStatus
public String getStatus()
The status of the template.
TemplateStatus
public TemplateSummary withStatus(String status)
The status of the template.
status
- The status of the template.TemplateStatus
public TemplateSummary withStatus(TemplateStatus status)
The status of the template.
status
- The status of the template.TemplateStatus
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 Object
Object.toString()
public TemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.