@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCarrierGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteCarrierGatewayResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCarrierGatewayResult |
clone() |
boolean |
equals(Object obj) |
CarrierGateway |
getCarrierGateway()
Information about the carrier gateway.
|
int |
hashCode() |
void |
setCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCarrierGatewayResult |
withCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
carrierGateway - Information about the carrier gateway.public CarrierGateway getCarrierGateway()
Information about the carrier gateway.
public DeleteCarrierGatewayResult withCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
carrierGateway - Information about the carrier gateway.public String toString()
toString in class ObjectObject.toString()public DeleteCarrierGatewayResult clone()