@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSubscribedWorkteamsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSubscribedWorkteamsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSubscribedWorkteamsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of work teams to return in each page of the response.
|
String |
getNameContains()
A string in the work team name.
|
String |
getNextToken()
If the result of the previous
ListSubscribedWorkteams request was truncated, the response includes a
NextToken . |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of work teams to return in each page of the response.
|
void |
setNameContains(String nameContains)
A string in the work team name.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListSubscribedWorkteams request was truncated, the response includes a
NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListSubscribedWorkteamsRequest |
withMaxResults(Integer maxResults)
The maximum number of work teams to return in each page of the response.
|
ListSubscribedWorkteamsRequest |
withNameContains(String nameContains)
A string in the work team name.
|
ListSubscribedWorkteamsRequest |
withNextToken(String nextToken)
If the result of the previous
ListSubscribedWorkteams request was truncated, the response includes a
NextToken . |
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 setNameContains(String nameContains)
A string in the work team name. This filter returns only work teams whose name contains the specified string.
nameContains
- A string in the work team name. This filter returns only work teams whose name contains the specified
string.public String getNameContains()
A string in the work team name. This filter returns only work teams whose name contains the specified string.
public ListSubscribedWorkteamsRequest withNameContains(String nameContains)
A string in the work team name. This filter returns only work teams whose name contains the specified string.
nameContains
- A string in the work team name. This filter returns only work teams whose name contains the specified
string.public void setNextToken(String nextToken)
If the result of the previous ListSubscribedWorkteams
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
nextToken
- If the result of the previous ListSubscribedWorkteams
request was truncated, the response
includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the next
request.public String getNextToken()
If the result of the previous ListSubscribedWorkteams
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
ListSubscribedWorkteams
request was truncated, the response
includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the next
request.public ListSubscribedWorkteamsRequest withNextToken(String nextToken)
If the result of the previous ListSubscribedWorkteams
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
nextToken
- If the result of the previous ListSubscribedWorkteams
request was truncated, the response
includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the next
request.public void setMaxResults(Integer maxResults)
The maximum number of work teams to return in each page of the response.
maxResults
- The maximum number of work teams to return in each page of the response.public Integer getMaxResults()
The maximum number of work teams to return in each page of the response.
public ListSubscribedWorkteamsRequest withMaxResults(Integer maxResults)
The maximum number of work teams to return in each page of the response.
maxResults
- The maximum number of work teams to return in each page of the response.public String toString()
toString
in class Object
Object.toString()
public ListSubscribedWorkteamsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.