@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentTemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
The environment template data.
Constructor and Description |
---|
EnvironmentTemplateSummary() |
Modifier and Type | Method and Description |
---|---|
EnvironmentTemplateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the environment template.
|
Date |
getCreatedAt()
The time when the environment template was created.
|
String |
getDescription()
A description of the environment template.
|
String |
getDisplayName()
The name of the environment template as displayed in the developer interface.
|
Date |
getLastModifiedAt()
The time when the environment template was last modified.
|
String |
getName()
The name of the environment template.
|
String |
getProvisioning()
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
String |
getRecommendedVersion()
The recommended version of the environment template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the environment template.
|
void |
setCreatedAt(Date createdAt)
The time when the environment template was created.
|
void |
setDescription(String description)
A description of the environment template.
|
void |
setDisplayName(String displayName)
The name of the environment template as displayed in the developer interface.
|
void |
setLastModifiedAt(Date lastModifiedAt)
The time when the environment template was last modified.
|
void |
setName(String name)
The name of the environment template.
|
void |
setProvisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
void |
setRecommendedVersion(String recommendedVersion)
The recommended version of the environment template.
|
String |
toString()
Returns a string representation of this object.
|
EnvironmentTemplateSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the environment template.
|
EnvironmentTemplateSummary |
withCreatedAt(Date createdAt)
The time when the environment template was created.
|
EnvironmentTemplateSummary |
withDescription(String description)
A description of the environment template.
|
EnvironmentTemplateSummary |
withDisplayName(String displayName)
The name of the environment template as displayed in the developer interface.
|
EnvironmentTemplateSummary |
withLastModifiedAt(Date lastModifiedAt)
The time when the environment template was last modified.
|
EnvironmentTemplateSummary |
withName(String name)
The name of the environment template.
|
EnvironmentTemplateSummary |
withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentTemplateSummary |
withProvisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentTemplateSummary |
withRecommendedVersion(String recommendedVersion)
The recommended version of the environment template.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the environment template.
arn
- The Amazon Resource Name (ARN) of the environment template.public String getArn()
The Amazon Resource Name (ARN) of the environment template.
public EnvironmentTemplateSummary withArn(String arn)
The Amazon Resource Name (ARN) of the environment template.
arn
- The Amazon Resource Name (ARN) of the environment template.public void setCreatedAt(Date createdAt)
The time when the environment template was created.
createdAt
- The time when the environment template was created.public Date getCreatedAt()
The time when the environment template was created.
public EnvironmentTemplateSummary withCreatedAt(Date createdAt)
The time when the environment template was created.
createdAt
- The time when the environment template was created.public void setDescription(String description)
A description of the environment template.
description
- A description of the environment template.public String getDescription()
A description of the environment template.
public EnvironmentTemplateSummary withDescription(String description)
A description of the environment template.
description
- A description of the environment template.public void setDisplayName(String displayName)
The name of the environment template as displayed in the developer interface.
displayName
- The name of the environment template as displayed in the developer interface.public String getDisplayName()
The name of the environment template as displayed in the developer interface.
public EnvironmentTemplateSummary withDisplayName(String displayName)
The name of the environment template as displayed in the developer interface.
displayName
- The name of the environment template as displayed in the developer interface.public void setLastModifiedAt(Date lastModifiedAt)
The time when the environment template was last modified.
lastModifiedAt
- The time when the environment template was last modified.public Date getLastModifiedAt()
The time when the environment template was last modified.
public EnvironmentTemplateSummary withLastModifiedAt(Date lastModifiedAt)
The time when the environment template was last modified.
lastModifiedAt
- The time when the environment template was last modified.public void setName(String name)
The name of the environment template.
name
- The name of the environment template.public String getName()
The name of the environment template.
public EnvironmentTemplateSummary withName(String name)
The name of the environment template.
name
- The name of the environment template.public void setProvisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
provisioning
- When included, indicates that the environment template is for customer provisioned and managed
infrastructure.Provisioning
public String getProvisioning()
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
Provisioning
public EnvironmentTemplateSummary withProvisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
provisioning
- When included, indicates that the environment template is for customer provisioned and managed
infrastructure.Provisioning
public EnvironmentTemplateSummary withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
provisioning
- When included, indicates that the environment template is for customer provisioned and managed
infrastructure.Provisioning
public void setRecommendedVersion(String recommendedVersion)
The recommended version of the environment template.
recommendedVersion
- The recommended version of the environment template.public String getRecommendedVersion()
The recommended version of the environment template.
public EnvironmentTemplateSummary withRecommendedVersion(String recommendedVersion)
The recommended version of the environment template.
recommendedVersion
- The recommended version of the environment template.public String toString()
toString
in class Object
Object.toString()
public EnvironmentTemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.