@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, setSdkResponseMetadata
public 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.InstanceState
public String getInstanceState()
InstanceState
public DeregisterGatewayInstanceResult withInstanceState(String instanceState)
instanceState
- The status of the instance.InstanceState
public DeregisterGatewayInstanceResult withInstanceState(InstanceState instanceState)
instanceState
- The status of the instance.InstanceState
public String toString()
toString
in class Object
Object.toString()
public DeregisterGatewayInstanceResult clone()