@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterGatewayInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeregisterGatewayInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterGatewayInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getForce()
Force the deregistration of an instance.
|
String |
getGatewayInstanceArn()
The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.
|
int |
hashCode() |
Boolean |
isForce()
Force the deregistration of an instance.
|
void |
setForce(Boolean force)
Force the deregistration of an instance.
|
void |
setGatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterGatewayInstanceRequest |
withForce(Boolean force)
Force the deregistration of an instance.
|
DeregisterGatewayInstanceRequest |
withGatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setForce(Boolean force)
force
- Force the deregistration of an instance. Force will deregister an instance, even if there are bridges
running on it.public Boolean getForce()
public DeregisterGatewayInstanceRequest withForce(Boolean force)
force
- Force the deregistration of an instance. Force will deregister an instance, even if there are bridges
running on it.public Boolean isForce()
public void setGatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn
- The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.public String getGatewayInstanceArn()
public DeregisterGatewayInstanceRequest withGatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn
- The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.public String toString()
toString
in class Object
Object.toString()
public DeregisterGatewayInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()