@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListQueuesRequest() |
Modifier and Type | Method and Description |
---|---|
ListQueuesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID of the queue.
|
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.
|
String |
getStatus()
The status of the queues listed.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the queue.
|
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.
|
void |
setStatus(String status)
The status of the queues listed.
|
String |
toString()
Returns a string representation of this object.
|
ListQueuesRequest |
withFarmId(String farmId)
The farm ID of the queue.
|
ListQueuesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListQueuesRequest |
withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListQueuesRequest |
withPrincipalId(String principalId)
The principal ID.
|
ListQueuesRequest |
withStatus(QueueStatus status)
The status of the queues listed.
|
ListQueuesRequest |
withStatus(String status)
The status of the queues listed.
|
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 setFarmId(String farmId)
The farm ID of the queue.
farmId
- The farm ID of the queue.public String getFarmId()
The farm ID of the queue.
public ListQueuesRequest withFarmId(String farmId)
The farm ID of the queue.
farmId
- The farm ID of the queue.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 ListQueuesRequest 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 ListQueuesRequest 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. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.
principalId
- The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user
ID in the credentials of the caller.public String getPrincipalId()
The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.
public ListQueuesRequest withPrincipalId(String principalId)
The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.
principalId
- The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user
ID in the credentials of the caller.public void setStatus(String status)
The status of the queues listed.
ACTIVE
–The queues are active.
SCHEDULING
–The queues are scheduling.
SCHEDULING_BLOCKED
–The queue scheduling is blocked for these queues.
status
- The status of the queues listed.
ACTIVE
–The queues are active.
SCHEDULING
–The queues are scheduling.
SCHEDULING_BLOCKED
–The queue scheduling is blocked for these queues.
QueueStatus
public String getStatus()
The status of the queues listed.
ACTIVE
–The queues are active.
SCHEDULING
–The queues are scheduling.
SCHEDULING_BLOCKED
–The queue scheduling is blocked for these queues.
ACTIVE
–The queues are active.
SCHEDULING
–The queues are scheduling.
SCHEDULING_BLOCKED
–The queue scheduling is blocked for these queues.
QueueStatus
public ListQueuesRequest withStatus(String status)
The status of the queues listed.
ACTIVE
–The queues are active.
SCHEDULING
–The queues are scheduling.
SCHEDULING_BLOCKED
–The queue scheduling is blocked for these queues.
status
- The status of the queues listed.
ACTIVE
–The queues are active.
SCHEDULING
–The queues are scheduling.
SCHEDULING_BLOCKED
–The queue scheduling is blocked for these queues.
QueueStatus
public ListQueuesRequest withStatus(QueueStatus status)
The status of the queues listed.
ACTIVE
–The queues are active.
SCHEDULING
–The queues are scheduling.
SCHEDULING_BLOCKED
–The queue scheduling is blocked for these queues.
status
- The status of the queues listed.
ACTIVE
–The queues are active.
SCHEDULING
–The queues are scheduling.
SCHEDULING_BLOCKED
–The queue scheduling is blocked for these queues.
QueueStatus
public String toString()
toString
in class Object
Object.toString()
public ListQueuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()