@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetLocationCapacityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request operation.
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.
fleetCapacity
- Resource capacity information for the requested fleet location. Capacity objects are returned only for
fleets and locations that currently exist.public FleetCapacity getFleetCapacity()
Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist.
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.
fleetCapacity
- Resource capacity information for the requested fleet location. Capacity objects are returned only for
fleets and locations that currently exist.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetLocationCapacityResult clone()