@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 name of the FinSpace environment.
|
int |
hashCode() |
void |
setEnvironment(Environment environment)
The name of the FinSpace environment.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentResult |
withEnvironment(Environment environment)
The name of the FinSpace environment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEnvironment(Environment environment)
The name of the FinSpace environment.
environment
- The name of the FinSpace environment.public Environment getEnvironment()
The name of the FinSpace environment.
public GetEnvironmentResult withEnvironment(Environment environment)
The name of the FinSpace environment.
environment
- The name of the FinSpace environment.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentResult clone()