@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DescribeFleetLocationCapacityResult clone()
Copyright © 2022. All rights reserved.