Package com.amazonaws.services.ec2.model
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()
boolean
Information about the virtual private gateway.int
hashCode()
void
setVpnGateway
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-