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