@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpnGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of CreateVpnGateway.
Constructor and Description |
---|
CreateVpnGatewayResult() |
Modifier and Type | Method and Description |
---|---|
CreateVpnGatewayResult |
clone() |
boolean |
equals(Object obj) |
VpnGateway |
getVpnGateway()
Information about the virtual private gateway.
|
int |
hashCode() |
void |
setVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateVpnGatewayResult |
withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
vpnGateway
- Information about the virtual private gateway.public VpnGateway getVpnGateway()
Information about the virtual private gateway.
public CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
vpnGateway
- Information about the virtual private gateway.public String toString()
toString
in class Object
Object.toString()
public CreateVpnGatewayResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.