@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a subset of the possible runtime 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 runtime environment was created.
|
String |
getEngineType()
The target platform for the runtime 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 runtime environment.
|
String |
getName()
The name of the runtime environment.
|
String |
getStatus()
The status of the runtime environment
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationTime(Date creationTime)
The timestamp when the runtime environment was created.
|
void |
setEngineType(String engineType)
The target platform for the runtime 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 runtime environment.
|
void |
setName(String name)
The name of the runtime environment.
|
void |
setStatus(String status)
The status of the runtime environment
|
String |
toString()
Returns a string representation of this object.
|
EnvironmentSummary |
withCreationTime(Date creationTime)
The timestamp when the runtime environment was created.
|
EnvironmentSummary |
withEngineType(EngineType engineType)
The target platform for the runtime environment.
|
EnvironmentSummary |
withEngineType(String engineType)
The target platform for the runtime 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 runtime environment.
|
EnvironmentSummary |
withName(String name)
The name of the runtime environment.
|
EnvironmentSummary |
withStatus(EnvironmentLifecycle status)
The status of the runtime environment
|
EnvironmentSummary |
withStatus(String status)
The status of the runtime environment
|
public void setCreationTime(Date creationTime)
The timestamp when the runtime environment was created.
creationTime - The timestamp when the runtime environment was created.public Date getCreationTime()
The timestamp when the runtime environment was created.
public EnvironmentSummary withCreationTime(Date creationTime)
The timestamp when the runtime environment was created.
creationTime - The timestamp when the runtime environment was created.public void setEngineType(String engineType)
The target platform for the runtime environment.
engineType - The target platform for the runtime environment.EngineTypepublic String getEngineType()
The target platform for the runtime environment.
EngineTypepublic EnvironmentSummary withEngineType(String engineType)
The target platform for the runtime environment.
engineType - The target platform for the runtime environment.EngineTypepublic EnvironmentSummary withEngineType(EngineType engineType)
The target platform for the runtime environment.
engineType - The target platform for the runtime environment.EngineTypepublic 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 runtime environment.
instanceType - The instance type of the runtime environment.public String getInstanceType()
The instance type of the runtime environment.
public EnvironmentSummary withInstanceType(String instanceType)
The instance type of the runtime environment.
instanceType - The instance type of the runtime environment.public void setName(String name)
The name of the runtime environment.
name - The name of the runtime environment.public String getName()
The name of the runtime environment.
public EnvironmentSummary withName(String name)
The name of the runtime environment.
name - The name of the runtime environment.public void setStatus(String status)
The status of the runtime environment
status - The status of the runtime environmentEnvironmentLifecyclepublic String getStatus()
The status of the runtime environment
EnvironmentLifecyclepublic EnvironmentSummary withStatus(String status)
The status of the runtime environment
status - The status of the runtime environmentEnvironmentLifecyclepublic EnvironmentSummary withStatus(EnvironmentLifecycle status)
The status of the runtime environment
status - The status of the runtime environmentEnvironmentLifecyclepublic String toString()
toString in class ObjectObject.toString()public EnvironmentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.