@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ShutdownGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A JSON object containing the of the gateway that was shut down.
Constructor and Description |
---|
ShutdownGatewayResult() |
Modifier and Type | Method and Description |
---|---|
ShutdownGatewayResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN() |
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ShutdownGatewayResult |
withGatewayARN(String gatewayARN) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public ShutdownGatewayResult withGatewayARN(String gatewayARN)
gatewayARN
- public String toString()
toString
in class Object
Object.toString()
public ShutdownGatewayResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.