@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()
The name of the compute resource you are requesting credentials for.
|
String |
getFleetId()
A unique identifier for the fleet that the compute resource is registered to.
|
int |
hashCode() |
void |
setComputeName(String computeName)
The name of the compute resource you are requesting credentials for.
|
void |
setFleetId(String fleetId)
A unique identifier for the fleet that the compute resource is registered to.
|
String |
toString()
Returns a string representation of this object.
|
GetComputeAccessRequest |
withComputeName(String computeName)
The name of the compute resource you are requesting credentials for.
|
GetComputeAccessRequest |
withFleetId(String fleetId)
A unique identifier for the fleet that the compute resource 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 resource is registered to.
fleetId
- A unique identifier for the fleet that the compute resource is registered to.public String getFleetId()
A unique identifier for the fleet that the compute resource is registered to.
public GetComputeAccessRequest withFleetId(String fleetId)
A unique identifier for the fleet that the compute resource is registered to.
fleetId
- A unique identifier for the fleet that the compute resource is registered to.public void setComputeName(String computeName)
The name of the compute resource you are requesting credentials for.
computeName
- The name of the compute resource you are requesting credentials for.public String getComputeName()
The name of the compute resource you are requesting credentials for.
public GetComputeAccessRequest withComputeName(String computeName)
The name of the compute resource you are requesting credentials for.
computeName
- The name of the compute resource you are requesting credentials for.public String toString()
toString
in class Object
Object.toString()
public GetComputeAccessRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()