@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetLocationCapacityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFleetLocationCapacityResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetLocationCapacityResult |
clone() |
boolean |
equals(Object obj) |
FleetCapacity |
getFleetCapacity()
Resource capacity information for the requested fleet location.
|
int |
hashCode() |
void |
setFleetCapacity(FleetCapacity fleetCapacity)
Resource capacity information for the requested fleet location.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFleetLocationCapacityResult |
withFleetCapacity(FleetCapacity fleetCapacity)
Resource capacity information for the requested fleet location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleetCapacity(FleetCapacity fleetCapacity)
Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be reflected.
fleetCapacity
- Resource capacity information for the requested fleet location. Capacity objects are returned only for
fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be
reflected.public FleetCapacity getFleetCapacity()
Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be reflected.
public DescribeFleetLocationCapacityResult withFleetCapacity(FleetCapacity fleetCapacity)
Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be reflected.
fleetCapacity
- Resource capacity information for the requested fleet location. Capacity objects are returned only for
fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be
reflected.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetLocationCapacityResult clone()