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