@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetEnvironmentResult() |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentResult |
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.
|
GetEnvironmentResult |
withEnvironment(Environment environment)
The environment detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 GetEnvironmentResult 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 ObjectObject.toString()public GetEnvironmentResult clone()
Copyright © 2022. All rights reserved.