@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkerConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListWorkerConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkerConfigurationsRequest |
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 worker configurations to list in one response.
|
String |
getNamePrefix()
Lists worker configuration names that start with the specified text string.
|
String |
getNextToken()
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of worker configurations to list in one response.
|
void |
setNamePrefix(String namePrefix)
Lists worker configuration names that start with the specified text string.
|
void |
setNextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkerConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of worker configurations to list in one response.
|
ListWorkerConfigurationsRequest |
withNamePrefix(String namePrefix)
Lists worker configuration names that start with the specified text string.
|
ListWorkerConfigurationsRequest |
withNextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include 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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of worker configurations to list in one response.
maxResults - The maximum number of worker configurations to list in one response.public Integer getMaxResults()
The maximum number of worker configurations to list in one response.
public ListWorkerConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of worker configurations to list in one response.
maxResults - The maximum number of worker configurations to list in one response.public void setNamePrefix(String namePrefix)
Lists worker configuration names that start with the specified text string.
namePrefix - Lists worker configuration names that start with the specified text string.public String getNamePrefix()
Lists worker configuration names that start with the specified text string.
public ListWorkerConfigurationsRequest withNamePrefix(String namePrefix)
Lists worker configuration names that start with the specified text string.
namePrefix - Lists worker configuration names that start with the specified text string.public void setNextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken - If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send
this NextToken in a subsequent request to continue listing from where the previous operation left off.public String getNextToken()
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
public ListWorkerConfigurationsRequest withNextToken(String nextToken)
If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken - If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send
this NextToken in a subsequent request to continue listing from where the previous operation left off.public String toString()
toString in class ObjectObject.toString()public ListWorkerConfigurationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()