@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() |
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 contains the compute resource 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 contains the compute resource 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 contains the compute resource you want to connect 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 that contains the compute resource you want to connect to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet that contains the compute resource 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 contains the compute resource 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 contains the compute resource you want to connect to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet that contains the compute resource 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. You can use either a registered compute name or an instance ID.
computeName - A unique identifier for the compute resource that you want to connect to. You can use either a registered
compute name or an instance ID.public String getComputeName()
A unique identifier for the compute resource that you want to connect to. You can use either a registered compute name or an instance ID.
public GetComputeAccessRequest withComputeName(String computeName)
A unique identifier for the compute resource that you want to connect to. You can use either a registered compute name or an instance ID.
computeName - A unique identifier for the compute resource that you want to connect to. You can use either a registered
compute name or an instance ID.public String toString()
toString in class ObjectObject.toString()public GetComputeAccessRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.