@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeregisterInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The value that you specified for
Id in the RegisterInstance request. |
String |
getServiceId()
The ID of the service that the instance is associated with.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The value that you specified for
Id in the RegisterInstance request. |
void |
setServiceId(String serviceId)
The ID of the service that the instance is associated with.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterInstanceRequest |
withInstanceId(String instanceId)
The value that you specified for
Id in the RegisterInstance request. |
DeregisterInstanceRequest |
withServiceId(String serviceId)
The ID of the service that the instance is associated with.
|
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 setServiceId(String serviceId)
The ID of the service that the instance is associated with.
serviceId
- The ID of the service that the instance is associated with.public String getServiceId()
The ID of the service that the instance is associated with.
public DeregisterInstanceRequest withServiceId(String serviceId)
The ID of the service that the instance is associated with.
serviceId
- The ID of the service that the instance is associated with.public void setInstanceId(String instanceId)
The value that you specified for Id
in the RegisterInstance request.
instanceId
- The value that you specified for Id
in the RegisterInstance
request.public String getInstanceId()
The value that you specified for Id
in the RegisterInstance request.
Id
in the RegisterInstance
request.public DeregisterInstanceRequest withInstanceId(String instanceId)
The value that you specified for Id
in the RegisterInstance request.
instanceId
- The value that you specified for Id
in the RegisterInstance
request.public String toString()
toString
in class Object
Object.toString()
public DeregisterInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()