@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueueFleetAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListQueueFleetAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListQueueFleetAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID for the queue-fleet association list.
|
String |
getFleetId()
The fleet ID for the queue-fleet association list.
|
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 |
getQueueId()
The queue ID for the queue-fleet association list.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID for the queue-fleet association list.
|
void |
setFleetId(String fleetId)
The fleet ID for the queue-fleet association list.
|
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 |
setQueueId(String queueId)
The queue ID for the queue-fleet association list.
|
String |
toString()
Returns a string representation of this object.
|
ListQueueFleetAssociationsRequest |
withFarmId(String farmId)
The farm ID for the queue-fleet association list.
|
ListQueueFleetAssociationsRequest |
withFleetId(String fleetId)
The fleet ID for the queue-fleet association list.
|
ListQueueFleetAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListQueueFleetAssociationsRequest |
withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListQueueFleetAssociationsRequest |
withQueueId(String queueId)
The queue ID for the queue-fleet association list.
|
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, withSdkRequestTimeoutpublic void setFarmId(String farmId)
The farm ID for the queue-fleet association list.
farmId - The farm ID for the queue-fleet association list.public String getFarmId()
The farm ID for the queue-fleet association list.
public ListQueueFleetAssociationsRequest withFarmId(String farmId)
The farm ID for the queue-fleet association list.
farmId - The farm ID for the queue-fleet association list.public void setFleetId(String fleetId)
The fleet ID for the queue-fleet association list.
fleetId - The fleet ID for the queue-fleet association list.public String getFleetId()
The fleet ID for the queue-fleet association list.
public ListQueueFleetAssociationsRequest withFleetId(String fleetId)
The fleet ID for the queue-fleet association list.
fleetId - The fleet ID for the queue-fleet association list.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 ListQueueFleetAssociationsRequest 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 ListQueueFleetAssociationsRequest 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 setQueueId(String queueId)
The queue ID for the queue-fleet association list.
queueId - The queue ID for the queue-fleet association list.public String getQueueId()
The queue ID for the queue-fleet association list.
public ListQueueFleetAssociationsRequest withQueueId(String queueId)
The queue ID for the queue-fleet association list.
queueId - The queue ID for the queue-fleet association list.public String toString()
toString in class ObjectObject.toString()public ListQueueFleetAssociationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()