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