@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComputeName()
The unique identifier of the compute resource to retrieve properties for.
|
String |
getFleetId()
A unique identifier for the fleet that the compute is registered to.
|
int |
hashCode() |
void |
setComputeName(String computeName)
The unique identifier of the compute resource to retrieve properties for.
|
void |
setFleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to.
|
String |
toString()
Returns a string representation of this object.
|
DescribeComputeRequest |
withComputeName(String computeName)
The unique identifier of the compute resource to retrieve properties for.
|
DescribeComputeRequest |
withFleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to.
|
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 setFleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID or ARN value.
fleetId
- A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID or
ARN value.public String getFleetId()
A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID or ARN value.
public DescribeComputeRequest withFleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID or ARN value.
fleetId
- A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID or
ARN value.public void setComputeName(String computeName)
The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute, use the registered compute name. For a managed EC2 fleet instance, use the instance ID.
computeName
- The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute,
use the registered compute name. For a managed EC2 fleet instance, use the instance ID.public String getComputeName()
The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute, use the registered compute name. For a managed EC2 fleet instance, use the instance ID.
public DescribeComputeRequest withComputeName(String computeName)
The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute, use the registered compute name. For a managed EC2 fleet instance, use the instance ID.
computeName
- The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute,
use the registered compute name. For a managed EC2 fleet instance, use the instance ID.public String toString()
toString
in class Object
Object.toString()
public DescribeComputeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()