public class CreateVpnGatewayResult extends Object implements Serializable
| Constructor and Description |
|---|
CreateVpnGatewayResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
VpnGateway |
getVpnGateway() |
int |
hashCode() |
void |
setVpnGateway(VpnGateway vpnGateway) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpnGatewayResult |
withVpnGateway(VpnGateway vpnGateway)
Returns a reference to this object so that method calls can be chained together.
|
public VpnGateway getVpnGateway()
public void setVpnGateway(VpnGateway vpnGateway)
vpnGateway - public CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
Returns a reference to this object so that method calls can be chained together.
vpnGateway - public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.