@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 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.
|
GetEnvironmentResult |
withEnvironment(Environment environment)
The environment detail data that's returned by AWS Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 GetEnvironmentResult 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 ObjectObject.toString()public GetEnvironmentResult clone()
Copyright © 2021. All rights reserved.