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