@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentAccountConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateEnvironmentAccountConnectionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentAccountConnectionResult |
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.
|
UpdateEnvironmentAccountConnectionResult |
withEnvironmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The environment account connection detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateEnvironmentAccountConnectionResult()
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 UpdateEnvironmentAccountConnectionResult 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 UpdateEnvironmentAccountConnectionResult clone()