public class DisableGatewayResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
DisableGatewayOutput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gatewayARN
The unique Amazon Resource Name of the disabled gateway.
|
Constructor and Description |
---|
DisableGatewayResult() |
Modifier and Type | Method and Description |
---|---|
DisableGatewayResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayARN()
The unique Amazon Resource Name of the disabled gateway.
|
int |
hashCode() |
void |
setGatewayARN(java.lang.String gatewayARN)
The unique Amazon Resource Name of the disabled gateway.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableGatewayResult |
withGatewayARN(java.lang.String gatewayARN)
The unique Amazon Resource Name of the disabled gateway.
|
private java.lang.String gatewayARN
The unique Amazon Resource Name of the disabled gateway.
public void setGatewayARN(java.lang.String gatewayARN)
The unique Amazon Resource Name of the disabled gateway.
gatewayARN
- The unique Amazon Resource Name of the disabled gateway.public java.lang.String getGatewayARN()
The unique Amazon Resource Name of the disabled gateway.
public DisableGatewayResult withGatewayARN(java.lang.String gatewayARN)
The unique Amazon Resource Name of the disabled gateway.
gatewayARN
- The unique Amazon Resource Name of the disabled gateway.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DisableGatewayResult clone()
clone
in class java.lang.Object