@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateCustomerGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateCustomerGatewayResult() |
Modifier and Type | Method and Description |
---|---|
AssociateCustomerGatewayResult |
clone() |
boolean |
equals(Object obj) |
CustomerGatewayAssociation |
getCustomerGatewayAssociation()
The customer gateway association.
|
int |
hashCode() |
void |
setCustomerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
|
String |
toString()
Returns a string representation of this object.
|
AssociateCustomerGatewayResult |
withCustomerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCustomerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
customerGatewayAssociation
- The customer gateway association.public CustomerGatewayAssociation getCustomerGatewayAssociation()
The customer gateway association.
public AssociateCustomerGatewayResult withCustomerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
customerGatewayAssociation
- The customer gateway association.public String toString()
toString
in class Object
Object.toString()
public AssociateCustomerGatewayResult clone()