@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentBlueprintSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details of an environment blueprint summary.
Constructor and Description |
---|
EnvironmentBlueprintSummary() |
Modifier and Type | Method and Description |
---|---|
EnvironmentBlueprintSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when an environment blueprint was created.
|
String |
getDescription()
The description of a blueprint.
|
String |
getId()
The identifier of the blueprint.
|
String |
getName()
The name of the blueprint.
|
String |
getProvider()
The provider of the blueprint.
|
ProvisioningProperties |
getProvisioningProperties()
The provisioning properties of the blueprint.
|
Date |
getUpdatedAt()
The timestamp of when the blueprint was enabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp of when an environment blueprint was created.
|
void |
setDescription(String description)
The description of a blueprint.
|
void |
setId(String id)
The identifier of the blueprint.
|
void |
setName(String name)
The name of the blueprint.
|
void |
setProvider(String provider)
The provider of the blueprint.
|
void |
setProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of the blueprint.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the blueprint was enabled.
|
String |
toString()
Returns a string representation of this object.
|
EnvironmentBlueprintSummary |
withCreatedAt(Date createdAt)
The timestamp of when an environment blueprint was created.
|
EnvironmentBlueprintSummary |
withDescription(String description)
The description of a blueprint.
|
EnvironmentBlueprintSummary |
withId(String id)
The identifier of the blueprint.
|
EnvironmentBlueprintSummary |
withName(String name)
The name of the blueprint.
|
EnvironmentBlueprintSummary |
withProvider(String provider)
The provider of the blueprint.
|
EnvironmentBlueprintSummary |
withProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of the blueprint.
|
EnvironmentBlueprintSummary |
withUpdatedAt(Date updatedAt)
The timestamp of when the blueprint was enabled.
|
public void setCreatedAt(Date createdAt)
The timestamp of when an environment blueprint was created.
createdAt
- The timestamp of when an environment blueprint was created.public Date getCreatedAt()
The timestamp of when an environment blueprint was created.
public EnvironmentBlueprintSummary withCreatedAt(Date createdAt)
The timestamp of when an environment blueprint was created.
createdAt
- The timestamp of when an environment blueprint was created.public void setDescription(String description)
The description of a blueprint.
description
- The description of a blueprint.public String getDescription()
The description of a blueprint.
public EnvironmentBlueprintSummary withDescription(String description)
The description of a blueprint.
description
- The description of a blueprint.public void setId(String id)
The identifier of the blueprint.
id
- The identifier of the blueprint.public String getId()
The identifier of the blueprint.
public EnvironmentBlueprintSummary withId(String id)
The identifier of the blueprint.
id
- The identifier of the blueprint.public void setName(String name)
The name of the blueprint.
name
- The name of the blueprint.public String getName()
The name of the blueprint.
public EnvironmentBlueprintSummary withName(String name)
The name of the blueprint.
name
- The name of the blueprint.public void setProvider(String provider)
The provider of the blueprint.
provider
- The provider of the blueprint.public String getProvider()
The provider of the blueprint.
public EnvironmentBlueprintSummary withProvider(String provider)
The provider of the blueprint.
provider
- The provider of the blueprint.public void setProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of the blueprint.
provisioningProperties
- The provisioning properties of the blueprint.public ProvisioningProperties getProvisioningProperties()
The provisioning properties of the blueprint.
public EnvironmentBlueprintSummary withProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of the blueprint.
provisioningProperties
- The provisioning properties of the blueprint.public void setUpdatedAt(Date updatedAt)
The timestamp of when the blueprint was enabled.
updatedAt
- The timestamp of when the blueprint was enabled.public Date getUpdatedAt()
The timestamp of when the blueprint was enabled.
public EnvironmentBlueprintSummary withUpdatedAt(Date updatedAt)
The timestamp of when the blueprint was enabled.
updatedAt
- The timestamp of when the blueprint was enabled.public String toString()
toString
in class Object
Object.toString()
public EnvironmentBlueprintSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.