@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDirectConnectGatewayAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response from the DeleteDirectConnectGatewayAssociation API call
Constructor and Description |
---|
DeleteDirectConnectGatewayAssociationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDirectConnectGatewayAssociationResult |
clone() |
boolean |
equals(Object obj) |
DirectConnectGatewayAssociation |
getDirectConnectGatewayAssociation()
The direct connect gateway association to be deleted.
|
int |
hashCode() |
void |
setDirectConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation)
The direct connect gateway association to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDirectConnectGatewayAssociationResult |
withDirectConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation)
The direct connect gateway association to be deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteDirectConnectGatewayAssociationResult()
public void setDirectConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation)
The direct connect gateway association to be deleted.
directConnectGatewayAssociation
- The direct connect gateway association to be deleted.public DirectConnectGatewayAssociation getDirectConnectGatewayAssociation()
The direct connect gateway association to be deleted.
public DeleteDirectConnectGatewayAssociationResult withDirectConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation)
The direct connect gateway association to be deleted.
directConnectGatewayAssociation
- The direct connect gateway association to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteDirectConnectGatewayAssociationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.