@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEnvironmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteEnvironmentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteEnvironmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the environment.
|
String |
getEnvironmentId()
The unique identifier of the environment.
|
Date |
getLastUpdatedTime()
A timestamp that indicates when the environment was last updated.
|
String |
getName()
The name of the environment.
|
String |
getState()
The current state of the environment.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
void |
setEnvironmentId(String environmentId)
The unique identifier of the environment.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
void |
setName(String name)
The name of the environment.
|
void |
setState(String state)
The current state of the environment.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEnvironmentResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
DeleteEnvironmentResult |
withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
DeleteEnvironmentResult |
withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
DeleteEnvironmentResult |
withName(String name)
The name of the environment.
|
DeleteEnvironmentResult |
withState(EnvironmentState state)
The current state of the environment.
|
DeleteEnvironmentResult |
withState(String state)
The current state of the environment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the environment.
arn
- The Amazon Resource Name (ARN) of the environment.public String getArn()
The Amazon Resource Name (ARN) of the environment.
public DeleteEnvironmentResult withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
arn
- The Amazon Resource Name (ARN) of the environment.public void setEnvironmentId(String environmentId)
The unique identifier of the environment.
environmentId
- The unique identifier of the environment.public String getEnvironmentId()
The unique identifier of the environment.
public DeleteEnvironmentResult withEnvironmentId(String environmentId)
The unique identifier of the environment.
environmentId
- The unique identifier of the environment.public void setLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
lastUpdatedTime
- A timestamp that indicates when the environment was last updated.public Date getLastUpdatedTime()
A timestamp that indicates when the environment was last updated.
public DeleteEnvironmentResult withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
lastUpdatedTime
- A timestamp that indicates when the environment was last updated.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 DeleteEnvironmentResult withName(String name)
The name of the environment.
name
- The name of the environment.public void setState(String state)
The current state of the environment.
state
- The current state of the environment.EnvironmentState
public String getState()
The current state of the environment.
EnvironmentState
public DeleteEnvironmentResult withState(String state)
The current state of the environment.
state
- The current state of the environment.EnvironmentState
public DeleteEnvironmentResult withState(EnvironmentState state)
The current state of the environment.
state
- The current state of the environment.EnvironmentState
public String toString()
toString
in class Object
Object.toString()
public DeleteEnvironmentResult clone()