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