@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) |
Environment |
getEnvironment()
The environment detail data that's returned by AWS Proton.
|
int |
hashCode() |
void |
setEnvironment(Environment environment)
The environment detail data that's returned by AWS Proton.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEnvironmentResult |
withEnvironment(Environment environment)
The environment detail data that's returned by AWS Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEnvironment(Environment environment)
The environment detail data that's returned by AWS Proton.
environment
- The environment detail data that's returned by AWS Proton.public Environment getEnvironment()
The environment detail data that's returned by AWS Proton.
public DeleteEnvironmentResult withEnvironment(Environment environment)
The environment detail data that's returned by AWS Proton.
environment
- The environment detail data that's returned by AWS Proton.public String toString()
toString
in class Object
Object.toString()
public DeleteEnvironmentResult clone()