com.amazonaws.services.ec2.model
Class CreateVpnGatewayResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.CreateVpnGatewayResult
All Implemented Interfaces:
java.io.Serializable

public class CreateVpnGatewayResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CreateVpnGatewayResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 VpnGateway getVpnGateway()
          Information about the virtual private gateway.
 int hashCode()
           
 void setVpnGateway(VpnGateway vpnGateway)
          Information about the virtual private gateway.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
          Information about the virtual private gateway.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateVpnGatewayResult

public CreateVpnGatewayResult()
Method Detail

getVpnGateway

public VpnGateway getVpnGateway()
Information about the virtual private gateway.

Returns:
Information about the virtual private gateway.

setVpnGateway

public void setVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.

Parameters:
vpnGateway - Information about the virtual private gateway.

withVpnGateway

public CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vpnGateway - Information about the virtual private gateway.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.