@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterGatewayInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeregisterGatewayInstanceResult() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterGatewayInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayInstanceArn()
The Amazon Resource Name (ARN) of the instance.
|
String |
getInstanceState()
The status of the instance.
|
int |
hashCode() |
void |
setGatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.
|
void |
setInstanceState(String instanceState)
The status of the instance.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterGatewayInstanceResult |
withGatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.
|
DeregisterGatewayInstanceResult |
withInstanceState(InstanceState instanceState)
The status of the instance.
|
DeregisterGatewayInstanceResult |
withInstanceState(String instanceState)
The status of the instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn - The Amazon Resource Name (ARN) of the instance.public String getGatewayInstanceArn()
public DeregisterGatewayInstanceResult withGatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn - The Amazon Resource Name (ARN) of the instance.public void setInstanceState(String instanceState)
instanceState - The status of the instance.InstanceStatepublic String getInstanceState()
InstanceStatepublic DeregisterGatewayInstanceResult withInstanceState(String instanceState)
instanceState - The status of the instance.InstanceStatepublic DeregisterGatewayInstanceResult withInstanceState(InstanceState instanceState)
instanceState - The status of the instance.InstanceStatepublic String toString()
toString in class ObjectObject.toString()public DeregisterGatewayInstanceResult clone()