@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComputeAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetComputeAccessRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetComputeAccessRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getComputeName ()
A unique identifier for the compute resource that you want to connect to.
|
String |
getFleetId ()
A unique identifier for the fleet that holds the compute resource that you want to connect to.
|
int |
hashCode () |
void |
setComputeName (String computeName)
A unique identifier for the compute resource that you want to connect to.
|
void |
setFleetId (String fleetId)
A unique identifier for the fleet that holds the compute resource that you want to connect to.
|
String |
toString ()
Returns a string representation of this object.
|
GetComputeAccessRequest |
withComputeName (String computeName)
A unique identifier for the compute resource that you want to connect to.
|
GetComputeAccessRequest |
withFleetId (String fleetId)
A unique identifier for the fleet that holds the compute resource that you want to connect 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 GetComputeAccessRequest()
public void setFleetId(String fleetId)
A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use
either the fleet ID or ARN value.public String getFleetId()
A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.
public GetComputeAccessRequest withFleetId(String fleetId)
A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet that holds the compute resource that you want to connect to. You can use
either the fleet ID or ARN value.public void setComputeName(String computeName)
A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the
instance ID. For a container fleet, use the compute name (for example,
a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.
computeName - A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use
the instance ID. For a container fleet, use the compute name (for example,
a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.public String getComputeName()
A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the
instance ID. For a container fleet, use the compute name (for example,
a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.
a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.public GetComputeAccessRequest withComputeName(String computeName)
A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use the
instance ID. For a container fleet, use the compute name (for example,
a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.
computeName - A unique identifier for the compute resource that you want to connect to. For an EC2 fleet compute, use
the instance ID. For a container fleet, use the compute name (for example,
a123b456c789012d3e4567f8a901b23c/1a234b56-7cd8-9e0f-a1b2-c34d567ef8a9) or the compute ARN.public String toString()
toString in class Object Object.toString() public GetComputeAccessRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()