@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterComputeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeregisterComputeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterComputeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getComputeName()
The name of the compute resource to remove from the specified Anywhere fleet.
|
String |
getFleetId()
A unique identifier for the fleet the compute resource is currently registered to.
|
int |
hashCode() |
void |
setComputeName(String computeName)
The name of the compute resource to remove from the specified Anywhere fleet.
|
void |
setFleetId(String fleetId)
A unique identifier for the fleet the compute resource is currently registered to.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterComputeRequest |
withComputeName(String computeName)
The name of the compute resource to remove from the specified Anywhere fleet.
|
DeregisterComputeRequest |
withFleetId(String fleetId)
A unique identifier for the fleet the compute resource is currently registered to.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setFleetId(String fleetId)
A unique identifier for the fleet the compute resource is currently registered to.
fleetId - A unique identifier for the fleet the compute resource is currently registered to.public String getFleetId()
A unique identifier for the fleet the compute resource is currently registered to.
public DeregisterComputeRequest withFleetId(String fleetId)
A unique identifier for the fleet the compute resource is currently registered to.
fleetId - A unique identifier for the fleet the compute resource is currently registered to.public void setComputeName(String computeName)
The name of the compute resource to remove from the specified Anywhere fleet.
computeName - The name of the compute resource to remove from the specified Anywhere fleet.public String getComputeName()
The name of the compute resource to remove from the specified Anywhere fleet.
public DeregisterComputeRequest withComputeName(String computeName)
The name of the compute resource to remove from the specified Anywhere fleet.
computeName - The name of the compute resource to remove from the specified Anywhere fleet.public String toString()
toString in class ObjectObject.toString()public DeregisterComputeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.