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