@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFleetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFleetsResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListFleetsResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
List<Fleet> |
getFleetDetails()
Deprecated.
A list of fleet details meeting the request criteria.
|
String |
getNextToken()
Deprecated.
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
int |
hashCode()
Deprecated.
|
void |
setFleetDetails(Collection<Fleet> fleetDetails)
Deprecated.
A list of fleet details meeting the request criteria.
|
void |
setNextToken(String nextToken)
Deprecated.
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
String |
toString()
Deprecated.
Returns a string representation of this object.
|
ListFleetsResult |
withFleetDetails(Collection<Fleet> fleetDetails)
Deprecated.
A list of fleet details meeting the request criteria.
|
ListFleetsResult |
withFleetDetails(Fleet... fleetDetails)
Deprecated.
A list of fleet details meeting the request criteria.
|
ListFleetsResult |
withNextToken(String nextToken)
Deprecated.
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Fleet> getFleetDetails()
A list of fleet details meeting the request criteria.
public void setFleetDetails(Collection<Fleet> fleetDetails)
A list of fleet details meeting the request criteria.
fleetDetails
- A list of fleet details meeting the request criteria.public ListFleetsResult withFleetDetails(Fleet... fleetDetails)
A list of fleet details meeting the request criteria.
NOTE: This method appends the values to the existing list (if any). Use
setFleetDetails(java.util.Collection)
or withFleetDetails(java.util.Collection)
if you want to
override the existing values.
fleetDetails
- A list of fleet details meeting the request criteria.public ListFleetsResult withFleetDetails(Collection<Fleet> fleetDetails)
A list of fleet details meeting the request criteria.
fleetDetails
- A list of fleet details meeting the request criteria.public void setNextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken
parameter value is set to a token. To retrieve the next set of results, call
ListFleets
again and assign that token to the request object's nextToken
parameter. If
there are no remaining results, the previous response object's NextToken parameter is set to null.
nextToken
- If the previous paginated request did not return all of the remaining results, the response object's
nextToken
parameter value is set to a token. To retrieve the next set of results, call
ListFleets
again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to
null.public String getNextToken()
If the previous paginated request did not return all of the remaining results, the response object's
nextToken
parameter value is set to a token. To retrieve the next set of results, call
ListFleets
again and assign that token to the request object's nextToken
parameter. If
there are no remaining results, the previous response object's NextToken parameter is set to null.
nextToken
parameter value is set to a token. To retrieve the next set of results, call
ListFleets
again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set
to null.public ListFleetsResult withNextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken
parameter value is set to a token. To retrieve the next set of results, call
ListFleets
again and assign that token to the request object's nextToken
parameter. If
there are no remaining results, the previous response object's NextToken parameter is set to null.
nextToken
- If the previous paginated request did not return all of the remaining results, the response object's
nextToken
parameter value is set to a token. To retrieve the next set of results, call
ListFleets
again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to
null.public String toString()
toString
in class Object
Object.toString()
public ListFleetsResult clone()