@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCarrierGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCarrierGatewayResult() |
Modifier and Type | Method and Description |
---|---|
CreateCarrierGatewayResult |
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.
|
CreateCarrierGatewayResult |
withCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
carrierGateway
- Information about the carrier gateway.public CarrierGateway getCarrierGateway()
Information about the carrier gateway.
public CreateCarrierGatewayResult withCarrierGateway(CarrierGateway carrierGateway)
Information about the carrier gateway.
carrierGateway
- Information about the carrier gateway.public String toString()
toString
in class Object
Object.toString()
public CreateCarrierGatewayResult clone()