@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateEnvironmentResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentResult |
clone() |
boolean |
equals(Object obj) |
Environment |
getEnvironment()
The environment detail data that's returned by Proton.
|
int |
hashCode() |
void |
setEnvironment(Environment environment)
The environment detail data that's returned by Proton.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentResult |
withEnvironment(Environment environment)
The environment detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEnvironment(Environment environment)
The environment detail data that's returned by Proton.
environment
- The environment detail data that's returned by Proton.public Environment getEnvironment()
The environment detail data that's returned by Proton.
public UpdateEnvironmentResult withEnvironment(Environment environment)
The environment detail data that's returned by Proton.
environment
- The environment detail data that's returned by Proton.public String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentResult clone()