@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a subset of the possible environment attributes. Used in the environment list.
Constructor and Description |
---|
EnvironmentSummary() |
Modifier and Type | Method and Description |
---|---|
EnvironmentSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The timestamp when the environment was created.
|
String |
getEngineType()
The target platform for the environment.
|
String |
getEngineVersion()
The version of the runtime engine.
|
String |
getEnvironmentArn()
The Amazon Resource Name (ARN) of a particular runtime environment.
|
String |
getEnvironmentId()
The unique identifier of a particular runtime environment.
|
String |
getInstanceType()
The instance type of the environment.
|
String |
getName()
The name of the environment.
|
String |
getStatus()
The status of the environment
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The timestamp when the environment was created.
|
void |
setEngineType(String engineType)
The target platform for the environment.
|
void |
setEngineVersion(String engineVersion)
The version of the runtime engine.
|
void |
setEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of a particular runtime environment.
|
void |
setEnvironmentId(String environmentId)
The unique identifier of a particular runtime environment.
|
void |
setInstanceType(String instanceType)
The instance type of the environment.
|
void |
setName(String name)
The name of the environment.
|
void |
setStatus(String status)
The status of the environment
|
String |
toString()
Returns a string representation of this object.
|
EnvironmentSummary |
withCreationTime(Date creationTime)
The timestamp when the environment was created.
|
EnvironmentSummary |
withEngineType(EngineType engineType)
The target platform for the environment.
|
EnvironmentSummary |
withEngineType(String engineType)
The target platform for the environment.
|
EnvironmentSummary |
withEngineVersion(String engineVersion)
The version of the runtime engine.
|
EnvironmentSummary |
withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of a particular runtime environment.
|
EnvironmentSummary |
withEnvironmentId(String environmentId)
The unique identifier of a particular runtime environment.
|
EnvironmentSummary |
withInstanceType(String instanceType)
The instance type of the environment.
|
EnvironmentSummary |
withName(String name)
The name of the environment.
|
EnvironmentSummary |
withStatus(EnvironmentLifecycle status)
The status of the environment
|
EnvironmentSummary |
withStatus(String status)
The status of the environment
|
public void setCreationTime(Date creationTime)
The timestamp when the environment was created.
creationTime
- The timestamp when the environment was created.public Date getCreationTime()
The timestamp when the environment was created.
public EnvironmentSummary withCreationTime(Date creationTime)
The timestamp when the environment was created.
creationTime
- The timestamp when the environment was created.public void setEngineType(String engineType)
The target platform for the environment.
engineType
- The target platform for the environment.EngineType
public String getEngineType()
The target platform for the environment.
EngineType
public EnvironmentSummary withEngineType(String engineType)
The target platform for the environment.
engineType
- The target platform for the environment.EngineType
public EnvironmentSummary withEngineType(EngineType engineType)
The target platform for the environment.
engineType
- The target platform for the environment.EngineType
public void setEngineVersion(String engineVersion)
The version of the runtime engine.
engineVersion
- The version of the runtime engine.public String getEngineVersion()
The version of the runtime engine.
public EnvironmentSummary withEngineVersion(String engineVersion)
The version of the runtime engine.
engineVersion
- The version of the runtime engine.public void setEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of a particular runtime environment.
environmentArn
- The Amazon Resource Name (ARN) of a particular runtime environment.public String getEnvironmentArn()
The Amazon Resource Name (ARN) of a particular runtime environment.
public EnvironmentSummary withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of a particular runtime environment.
environmentArn
- The Amazon Resource Name (ARN) of a particular runtime environment.public void setEnvironmentId(String environmentId)
The unique identifier of a particular runtime environment.
environmentId
- The unique identifier of a particular runtime environment.public String getEnvironmentId()
The unique identifier of a particular runtime environment.
public EnvironmentSummary withEnvironmentId(String environmentId)
The unique identifier of a particular runtime environment.
environmentId
- The unique identifier of a particular runtime environment.public void setInstanceType(String instanceType)
The instance type of the environment.
instanceType
- The instance type of the environment.public String getInstanceType()
The instance type of the environment.
public EnvironmentSummary withInstanceType(String instanceType)
The instance type of the environment.
instanceType
- The instance type of the environment.public void setName(String name)
The name of the environment.
name
- The name of the environment.public String getName()
The name of the environment.
public EnvironmentSummary withName(String name)
The name of the environment.
name
- The name of the environment.public void setStatus(String status)
The status of the environment
status
- The status of the environmentEnvironmentLifecycle
public String getStatus()
The status of the environment
EnvironmentLifecycle
public EnvironmentSummary withStatus(String status)
The status of the environment
status
- The status of the environmentEnvironmentLifecycle
public EnvironmentSummary withStatus(EnvironmentLifecycle status)
The status of the environment
status
- The status of the environmentEnvironmentLifecycle
public String toString()
toString
in class Object
Object.toString()
public EnvironmentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.