@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFleetAttributesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<FleetAttributes> |
getFleetAttributes()
A collection of objects containing attribute metadata for each requested fleet ID.
|
String |
getNextToken()
A token that indicates where to resume retrieving results on the next call to this operation.
|
int |
hashCode() |
void |
setFleetAttributes(Collection<FleetAttributes> fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
void |
setNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFleetAttributesResult |
withFleetAttributes(Collection<FleetAttributes> fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
DescribeFleetAttributesResult |
withFleetAttributes(FleetAttributes... fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
DescribeFleetAttributesResult |
withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FleetAttributes> getFleetAttributes()
A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.
public void setFleetAttributes(Collection<FleetAttributes> fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.
fleetAttributes
- A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are
returned only for fleets that currently exist.public DescribeFleetAttributesResult withFleetAttributes(FleetAttributes... fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.
NOTE: This method appends the values to the existing list (if any). Use
setFleetAttributes(java.util.Collection)
or withFleetAttributes(java.util.Collection)
if you
want to override the existing values.
fleetAttributes
- A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are
returned only for fleets that currently exist.public DescribeFleetAttributesResult withFleetAttributes(Collection<FleetAttributes> fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are returned only for fleets that currently exist.
fleetAttributes
- A collection of objects containing attribute metadata for each requested fleet ID. Attribute objects are
returned only for fleets that currently exist.public void setNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken
- A token that indicates where to resume retrieving results on the next call to this operation. If no token
is returned, these results represent the end of the list.public String getNextToken()
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
public DescribeFleetAttributesResult withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken
- A token that indicates where to resume retrieving results on the next call to this operation. If no token
is returned, these results represent the end of the list.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetAttributesResult clone()