@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVocabulariesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListVocabulariesRequest() |
Modifier and Type | Method and Description |
---|---|
ListVocabulariesRequest |
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 custom vocabularies to return in each page of results.
|
String |
getNameContains()
Returns only the custom vocabularies that contain the specified string.
|
String |
getNextToken()
If your
ListVocabularies request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. |
String |
getStateEquals()
Returns only custom vocabularies with the specified state.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of custom vocabularies to return in each page of results.
|
void |
setNameContains(String nameContains)
Returns only the custom vocabularies that contain the specified string.
|
void |
setNextToken(String nextToken)
If your
ListVocabularies request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. |
void |
setStateEquals(String stateEquals)
Returns only custom vocabularies with the specified state.
|
String |
toString()
Returns a string representation of this object.
|
ListVocabulariesRequest |
withMaxResults(Integer maxResults)
The maximum number of custom vocabularies to return in each page of results.
|
ListVocabulariesRequest |
withNameContains(String nameContains)
Returns only the custom vocabularies that contain the specified string.
|
ListVocabulariesRequest |
withNextToken(String nextToken)
If your
ListVocabularies request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. |
ListVocabulariesRequest |
withStateEquals(String stateEquals)
Returns only custom vocabularies with the specified state.
|
ListVocabulariesRequest |
withStateEquals(VocabularyState stateEquals)
Returns only custom vocabularies with the specified state.
|
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 setNextToken(String nextToken)
If your ListVocabularies
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and
repeat your request, including NextToken
with the value of the copied string. Repeat as needed to
view all your results.
nextToken
- If your ListVocabularies
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public String getNextToken()
If your ListVocabularies
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and
repeat your request, including NextToken
with the value of the copied string. Repeat as needed to
view all your results.
ListVocabularies
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public ListVocabulariesRequest withNextToken(String nextToken)
If your ListVocabularies
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and
repeat your request, including NextToken
with the value of the copied string. Repeat as needed to
view all your results.
nextToken
- If your ListVocabularies
request returns more results than can be displayed,
NextToken
is displayed in the response with an associated string. To get the next page of
results, copy this string and repeat your request, including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public void setMaxResults(Integer maxResults)
The maximum number of custom vocabularies to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used.
maxResults
- The maximum number of custom vocabularies to return in each page of results. If there are fewer results
than the value that you specify, only the actual results are returned. If you do not specify a value, a
default of 5 is used.public Integer getMaxResults()
The maximum number of custom vocabularies to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used.
public ListVocabulariesRequest withMaxResults(Integer maxResults)
The maximum number of custom vocabularies to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used.
maxResults
- The maximum number of custom vocabularies to return in each page of results. If there are fewer results
than the value that you specify, only the actual results are returned. If you do not specify a value, a
default of 5 is used.public void setStateEquals(String stateEquals)
Returns only custom vocabularies with the specified state. Vocabularies are ordered by creation date, with the
newest vocabulary first. If you do not include StateEquals
, all custom medical vocabularies are
returned.
stateEquals
- Returns only custom vocabularies with the specified state. Vocabularies are ordered by creation date, with
the newest vocabulary first. If you do not include StateEquals
, all custom medical
vocabularies are returned.VocabularyState
public String getStateEquals()
Returns only custom vocabularies with the specified state. Vocabularies are ordered by creation date, with the
newest vocabulary first. If you do not include StateEquals
, all custom medical vocabularies are
returned.
StateEquals
, all custom medical
vocabularies are returned.VocabularyState
public ListVocabulariesRequest withStateEquals(String stateEquals)
Returns only custom vocabularies with the specified state. Vocabularies are ordered by creation date, with the
newest vocabulary first. If you do not include StateEquals
, all custom medical vocabularies are
returned.
stateEquals
- Returns only custom vocabularies with the specified state. Vocabularies are ordered by creation date, with
the newest vocabulary first. If you do not include StateEquals
, all custom medical
vocabularies are returned.VocabularyState
public ListVocabulariesRequest withStateEquals(VocabularyState stateEquals)
Returns only custom vocabularies with the specified state. Vocabularies are ordered by creation date, with the
newest vocabulary first. If you do not include StateEquals
, all custom medical vocabularies are
returned.
stateEquals
- Returns only custom vocabularies with the specified state. Vocabularies are ordered by creation date, with
the newest vocabulary first. If you do not include StateEquals
, all custom medical
vocabularies are returned.VocabularyState
public void setNameContains(String nameContains)
Returns only the custom vocabularies that contain the specified string. The search is not case sensitive.
nameContains
- Returns only the custom vocabularies that contain the specified string. The search is not case sensitive.public String getNameContains()
Returns only the custom vocabularies that contain the specified string. The search is not case sensitive.
public ListVocabulariesRequest withNameContains(String nameContains)
Returns only the custom vocabularies that contain the specified string. The search is not case sensitive.
nameContains
- Returns only the custom vocabularies that contain the specified string. The search is not case sensitive.public String toString()
toString
in class Object
Object.toString()
public ListVocabulariesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()