Class CreateVpnGatewayResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateVpnGatewayResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of CreateVpnGateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the virtual private gateway.inthashCode()voidsetVpnGateway(VpnGateway vpnGateway) Information about the virtual private gateway.toString()Returns a string representation of this object; useful for testing and debugging.withVpnGateway(VpnGateway vpnGateway) Information about the virtual private gateway.
-
Constructor Details
-
CreateVpnGatewayResult
public CreateVpnGatewayResult()
-
-
Method Details
-
setVpnGateway
Information about the virtual private gateway.
- Parameters:
vpnGateway- Information about the virtual private gateway.
-
getVpnGateway
Information about the virtual private gateway.
- Returns:
- Information about the virtual private gateway.
-
withVpnGateway
Information about the virtual private gateway.
- Parameters:
vpnGateway- Information about the virtual private gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-