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 request.
|
boolean |
equals(Object obj) |
String |
getFleetId()
Unique identifier for a fleet.
|
String |
getInstanceId()
Unique identifier for an instance.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for a fleet.
|
void |
setInstanceId(String instanceId)
Unique identifier for an instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetInstanceAccessRequest |
withFleetId(String fleetId)
Unique identifier for a fleet.
|
GetInstanceAccessRequest |
withInstanceId(String instanceId)
Unique identifier for an instance.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFleetId(String fleetId)
Unique identifier for a fleet. Specify the fleet that contain 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 can be accessed for a few hours before being deleted.
fleetId
- Unique identifier for a fleet. Specify the fleet that contain 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 can be
accessed for a few hours before being deleted.public String getFleetId()
Unique identifier for a fleet. Specify the fleet that contain 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 can be accessed for a few hours before being deleted.
public GetInstanceAccessRequest withFleetId(String fleetId)
Unique identifier for a fleet. Specify the fleet that contain 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 can be accessed for a few hours before being deleted.
fleetId
- Unique identifier for a fleet. Specify the fleet that contain 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 can be
accessed for a few hours before being deleted.public void setInstanceId(String instanceId)
Unique identifier for an instance. Specify the instance you want to get access to. You can access an instance in any status.
instanceId
- Unique identifier for an instance. Specify the instance you want to get access to. You can access an
instance in any status.public String getInstanceId()
Unique identifier for an instance. Specify the 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. Specify the instance you want to get access to. You can access an instance in any status.
instanceId
- Unique identifier for an instance. Specify 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.