@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetInstanceAccessRequest() |
Modifier and Type | Method and Description |
---|---|
GetInstanceAccessRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFleetId()
A unique identifier for the fleet that contains the instance you want to access.
|
String |
getInstanceId()
A unique identifier for the instance you want to access.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
A unique identifier for the fleet that contains the instance you want to access.
|
void |
setInstanceId(String instanceId)
A unique identifier for the instance you want to access.
|
String |
toString()
Returns a string representation of this object.
|
GetInstanceAccessRequest |
withFleetId(String fleetId)
A unique identifier for the fleet that contains the instance you want to access.
|
GetInstanceAccessRequest |
withInstanceId(String instanceId)
A unique identifier for the instance you want to access.
|
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 contains the instance you want to access. You can request access to
instances in EC2 fleets with the following statuses: ACTIVATING
, ACTIVE
, or
ERROR
. Use either a fleet ID or an ARN value.
You can access fleets in ERROR
status for a short period of time before Amazon GameLift deletes
them.
fleetId
- A unique identifier for the fleet that contains the instance you want to access. You can request access to
instances in EC2 fleets with the following statuses: ACTIVATING
, ACTIVE
, or
ERROR
. Use either a fleet ID or an ARN value.
You can access fleets in ERROR
status for a short period of time before Amazon GameLift
deletes them.
public String getFleetId()
A unique identifier for the fleet that contains the instance you want to access. You can request access to
instances in EC2 fleets with the following statuses: ACTIVATING
, ACTIVE
, or
ERROR
. Use either a fleet ID or an ARN value.
You can access fleets in ERROR
status for a short period of time before Amazon GameLift deletes
them.
ACTIVATING
, ACTIVE
, or
ERROR
. Use either a fleet ID or an ARN value.
You can access fleets in ERROR
status for a short period of time before Amazon GameLift
deletes them.
public GetInstanceAccessRequest withFleetId(String fleetId)
A unique identifier for the fleet that contains the instance you want to access. You can request access to
instances in EC2 fleets with the following statuses: ACTIVATING
, ACTIVE
, or
ERROR
. Use either a fleet ID or an ARN value.
You can access fleets in ERROR
status for a short period of time before Amazon GameLift deletes
them.
fleetId
- A unique identifier for the fleet that contains the instance you want to access. You can request access to
instances in EC2 fleets with the following statuses: ACTIVATING
, ACTIVE
, or
ERROR
. Use either a fleet ID or an ARN value.
You can access fleets in ERROR
status for a short period of time before Amazon GameLift
deletes them.
public void setInstanceId(String instanceId)
A unique identifier for the instance you want to access. You can access an instance in any status.
instanceId
- A unique identifier for the instance you want to access. You can access an instance in any status.public String getInstanceId()
A unique identifier for the instance you want to access. You can access an instance in any status.
public GetInstanceAccessRequest withInstanceId(String instanceId)
A unique identifier for the instance you want to access. You can access an instance in any status.
instanceId
- A unique identifier for the instance you want to access. You can access an instance in any status.public String toString()
toString
in class Object
Object.toString()
public GetInstanceAccessRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()