@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentAccountConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEnvironmentAccountConnectionResult() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentAccountConnectionResult |
clone() |
boolean |
equals(Object obj) |
EnvironmentAccountConnection |
getEnvironmentAccountConnection()
The detailed data of the requested environment account connection.
|
int |
hashCode() |
void |
setEnvironmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the requested environment account connection.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentAccountConnectionResult |
withEnvironmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the requested environment account connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetEnvironmentAccountConnectionResult()
public void setEnvironmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the requested environment account connection.
environmentAccountConnection
- The detailed data of the requested environment account connection.public EnvironmentAccountConnection getEnvironmentAccountConnection()
The detailed data of the requested environment account connection.
public GetEnvironmentAccountConnectionResult withEnvironmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the requested environment account connection.
environmentAccountConnection
- The detailed data of the requested environment account connection.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentAccountConnectionResult clone()