@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetLocationCapacityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFleetLocationCapacityRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetLocationCapacityRequest |
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 to request location capacity for.
|
String |
getLocation()
The fleet location to retrieve capacity information for.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
A unique identifier for the fleet to request location capacity for.
|
void |
setLocation(String location)
The fleet location to retrieve capacity information for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFleetLocationCapacityRequest |
withFleetId(String fleetId)
A unique identifier for the fleet to request location capacity for.
|
DescribeFleetLocationCapacityRequest |
withLocation(String location)
The fleet location to retrieve capacity information for.
|
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 DescribeFleetLocationCapacityRequest()
public void setFleetId(String fleetId)
A unique identifier for the fleet to request location capacity for. You can use either the fleet ID or ARN value.
fleetId
- A unique identifier for the fleet to request location capacity for. You can use either the fleet ID or ARN
value.public String getFleetId()
A unique identifier for the fleet to request location capacity for. You can use either the fleet ID or ARN value.
public DescribeFleetLocationCapacityRequest withFleetId(String fleetId)
A unique identifier for the fleet to request location capacity for. You can use either the fleet ID or ARN value.
fleetId
- A unique identifier for the fleet to request location capacity for. You can use either the fleet ID or ARN
value.public void setLocation(String location)
The fleet location to retrieve capacity information for. Specify a location in the form of an Amazon Web Services
Region code, such as us-west-2
.
location
- The fleet location to retrieve capacity information for. Specify a location in the form of an Amazon Web
Services Region code, such as us-west-2
.public String getLocation()
The fleet location to retrieve capacity information for. Specify a location in the form of an Amazon Web Services
Region code, such as us-west-2
.
us-west-2
.public DescribeFleetLocationCapacityRequest withLocation(String location)
The fleet location to retrieve capacity information for. Specify a location in the form of an Amazon Web Services
Region code, such as us-west-2
.
location
- The fleet location to retrieve capacity information for. Specify a location in the form of an Amazon Web
Services Region code, such as us-west-2
.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetLocationCapacityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()