public class DeregisterOnPremisesInstanceRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a deregister on-premises instance operation.
| Constructor and Description |
|---|
DeregisterOnPremisesInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterOnPremisesInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceName()
The name of the on-premises instance to deregister.
|
int |
hashCode() |
void |
setInstanceName(String instanceName)
The name of the on-premises instance to deregister.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeregisterOnPremisesInstanceRequest |
withInstanceName(String instanceName)
The name of the on-premises instance to deregister.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setInstanceName(String instanceName)
The name of the on-premises instance to deregister.
instanceName - The name of the on-premises instance to deregister.public String getInstanceName()
The name of the on-premises instance to deregister.
public DeregisterOnPremisesInstanceRequest withInstanceName(String instanceName)
The name of the on-premises instance to deregister.
instanceName - The name of the on-premises instance to deregister.public String toString()
toString in class ObjectObject.toString()public DeregisterOnPremisesInstanceRequest clone()
clone in class com.amazonaws.AmazonWebServiceRequestCopyright © 2015. All rights reserved.