@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request operation.
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 access to.
|
String |
getInstanceId()
A unique identifier for the instance you want to get access to.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
A unique identifier for the fleet that contains the instance you want access to.
|
void |
setInstanceId(String instanceId)
A unique identifier for the instance you want to get access to.
|
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 access to.
|
GetInstanceAccessRequest |
withInstanceId(String instanceId)
A unique identifier for the instance you want to get access 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 contains the instance you want access to. You can use either the fleet ID
or ARN value. The fleet can be in any of the following statuses: ACTIVATING
, ACTIVE
, or
ERROR
. Fleets with an ERROR
status may be accessible for a short time before they are
deleted.
fleetId
- A unique identifier for the fleet that contains the instance you want access to. You can use either the
fleet ID or ARN value. The fleet can be in any of the following statuses: ACTIVATING
,
ACTIVE
, or ERROR
. Fleets with an ERROR
status may be accessible for
a short time before they are deleted.public String getFleetId()
A unique identifier for the fleet that contains the instance you want access to. You can use either the fleet ID
or ARN value. The fleet can be in any of the following statuses: ACTIVATING
, ACTIVE
, or
ERROR
. Fleets with an ERROR
status may be accessible for a short time before they are
deleted.
ACTIVATING
,
ACTIVE
, or ERROR
. Fleets with an ERROR
status may be accessible
for a short time before they are deleted.public GetInstanceAccessRequest withFleetId(String fleetId)
A unique identifier for the fleet that contains the instance you want access to. You can use either the fleet ID
or ARN value. The fleet can be in any of the following statuses: ACTIVATING
, ACTIVE
, or
ERROR
. Fleets with an ERROR
status may be accessible for a short time before they are
deleted.
fleetId
- A unique identifier for the fleet that contains the instance you want access to. You can use either the
fleet ID or ARN value. The fleet can be in any of the following statuses: ACTIVATING
,
ACTIVE
, or ERROR
. Fleets with an ERROR
status may be accessible for
a short time before they are deleted.public void setInstanceId(String instanceId)
A unique identifier for the instance you want to get access to. You can access an instance in any status.
instanceId
- A unique identifier for the instance you want to get access to. You can access an instance in any status.public String getInstanceId()
A unique identifier for the instance you want to get access to. You can access an instance in any status.
public GetInstanceAccessRequest withInstanceId(String instanceId)
A unique identifier for the instance you want to get access to. You can access an instance in any status.
instanceId
- A unique identifier for the instance you want to get access to. 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()