@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
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()
Unique identifier for a fleet that contains the instance you want access to.
|
String |
getInstanceId()
Unique identifier for an instance you want to get access to.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for a fleet that contains the instance you want access to.
|
void |
setInstanceId(String instanceId)
Unique identifier for an instance you want to get access to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetInstanceAccessRequest |
withFleetId(String fleetId)
Unique identifier for a fleet that contains the instance you want access to.
|
GetInstanceAccessRequest |
withInstanceId(String instanceId)
Unique identifier for an 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)
Unique identifier for a fleet that contains the instance you want access to. 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
- Unique identifier for a fleet that contains the instance you want access to. 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()
Unique identifier for a fleet that contains the instance you want access to. 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)
Unique identifier for a fleet that contains the instance you want access to. 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
- Unique identifier for a fleet that contains the instance you want access to. 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)
Unique identifier for an instance you want to get access to. You can access an instance in any status.
instanceId
- Unique identifier for an instance you want to get access to. You can access an instance in any status.public String getInstanceId()
Unique identifier for an instance you want to get access to. You can access an instance in any status.
public GetInstanceAccessRequest withInstanceId(String instanceId)
Unique identifier for an instance you want to get access to. You can access an instance in any status.
instanceId
- Unique identifier for an 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.