@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFleetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFleetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDisplayName()
The display names of a list of fleets.
|
String |
getFarmId()
The farm ID of the fleets.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next set of results, or
null to start from the beginning. |
String |
getPrincipalId()
The principal ID of the members to include in the fleet.
|
String |
getStatus()
The status of the fleet.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
The display names of a list of fleets.
|
void |
setFarmId(String farmId)
The farm ID of the fleets.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
void |
setPrincipalId(String principalId)
The principal ID of the members to include in the fleet.
|
void |
setStatus(String status)
The status of the fleet.
|
String |
toString()
Returns a string representation of this object.
|
ListFleetsRequest |
withDisplayName(String displayName)
The display names of a list of fleets.
|
ListFleetsRequest |
withFarmId(String farmId)
The farm ID of the fleets.
|
ListFleetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListFleetsRequest |
withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListFleetsRequest |
withPrincipalId(String principalId)
The principal ID of the members to include in the fleet.
|
ListFleetsRequest |
withStatus(FleetStatus status)
The status of the fleet.
|
ListFleetsRequest |
withStatus(String status)
The status of the fleet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDisplayName(String displayName)
The display names of a list of fleets.
displayName
- The display names of a list of fleets.public String getDisplayName()
The display names of a list of fleets.
public ListFleetsRequest withDisplayName(String displayName)
The display names of a list of fleets.
displayName
- The display names of a list of fleets.public void setFarmId(String farmId)
The farm ID of the fleets.
farmId
- The farm ID of the fleets.public String getFarmId()
The farm ID of the fleets.
public ListFleetsRequest withFarmId(String farmId)
The farm ID of the fleets.
farmId
- The farm ID of the fleets.public void setMaxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
maxResults
- The maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages.public Integer getMaxResults()
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
NextToken
to get results as
a set of sequential pages.public ListFleetsRequest withMaxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
maxResults
- The maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages.public void setNextToken(String nextToken)
The token for the next set of results, or null
to start from the beginning.
nextToken
- The token for the next set of results, or null
to start from the beginning.public String getNextToken()
The token for the next set of results, or null
to start from the beginning.
null
to start from the beginning.public ListFleetsRequest withNextToken(String nextToken)
The token for the next set of results, or null
to start from the beginning.
nextToken
- The token for the next set of results, or null
to start from the beginning.public void setPrincipalId(String principalId)
The principal ID of the members to include in the fleet.
principalId
- The principal ID of the members to include in the fleet.public String getPrincipalId()
The principal ID of the members to include in the fleet.
public ListFleetsRequest withPrincipalId(String principalId)
The principal ID of the members to include in the fleet.
principalId
- The principal ID of the members to include in the fleet.public void setStatus(String status)
The status of the fleet.
status
- The status of the fleet.FleetStatus
public String getStatus()
The status of the fleet.
FleetStatus
public ListFleetsRequest withStatus(String status)
The status of the fleet.
status
- The status of the fleet.FleetStatus
public ListFleetsRequest withStatus(FleetStatus status)
The status of the fleet.
status
- The status of the fleet.FleetStatus
public String toString()
toString
in class Object
Object.toString()
public ListFleetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()