Class CreateCustomerGatewayResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateCustomerGatewayResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of CreateCustomerGateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the customer gateway.inthashCode()voidsetCustomerGateway(CustomerGateway customerGateway) Information about the customer gateway.toString()Returns a string representation of this object; useful for testing and debugging.withCustomerGateway(CustomerGateway customerGateway) Information about the customer gateway.
-
Constructor Details
-
CreateCustomerGatewayResult
public CreateCustomerGatewayResult()
-
-
Method Details
-
setCustomerGateway
Information about the customer gateway.
- Parameters:
customerGateway- Information about the customer gateway.
-
getCustomerGateway
Information about the customer gateway.
- Returns:
- Information about the customer gateway.
-
withCustomerGateway
Information about the customer gateway.
- Parameters:
customerGateway- Information about the customer gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-