@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVirtualGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateVirtualGatewayResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateVirtualGatewayResult | clone() | 
| boolean | equals(Object obj) | 
| VirtualGatewayData | getVirtualGateway()
 A full description of the virtual gateway that was updated. | 
| int | hashCode() | 
| void | setVirtualGateway(VirtualGatewayData virtualGateway)
 A full description of the virtual gateway that was updated. | 
| String | toString()Returns a string representation of this object. | 
| UpdateVirtualGatewayResult | withVirtualGateway(VirtualGatewayData virtualGateway)
 A full description of the virtual gateway that was updated. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVirtualGateway(VirtualGatewayData virtualGateway)
A full description of the virtual gateway that was updated.
virtualGateway - A full description of the virtual gateway that was updated.public VirtualGatewayData getVirtualGateway()
A full description of the virtual gateway that was updated.
public UpdateVirtualGatewayResult withVirtualGateway(VirtualGatewayData virtualGateway)
A full description of the virtual gateway that was updated.
virtualGateway - A full description of the virtual gateway that was updated.public String toString()
toString in class ObjectObject.toString()public UpdateVirtualGatewayResult clone()