@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEncoderConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEncoderConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEncoderConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getNextToken()
The first encoder configuration to retrieve.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
void |
setNextToken(String nextToken)
The first encoder configuration to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListEncoderConfigurationsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return.
|
ListEncoderConfigurationsRequest |
withNextToken(String nextToken)
The first encoder configuration to retrieve.
|
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)
The first encoder configuration to retrieve. This is used for pagination; see the nextToken
response
field.
nextToken
- The first encoder configuration to retrieve. This is used for pagination; see the nextToken
response field.public String getNextToken()
The first encoder configuration to retrieve. This is used for pagination; see the nextToken
response
field.
nextToken
response field.public ListEncoderConfigurationsRequest withNextToken(String nextToken)
The first encoder configuration to retrieve. This is used for pagination; see the nextToken
response
field.
nextToken
- The first encoder configuration to retrieve. This is used for pagination; see the nextToken
response field.public void setMaxResults(Integer maxResults)
Maximum number of results to return. Default: 100.
maxResults
- Maximum number of results to return. Default: 100.public Integer getMaxResults()
Maximum number of results to return. Default: 100.
public ListEncoderConfigurationsRequest withMaxResults(Integer maxResults)
Maximum number of results to return. Default: 100.
maxResults
- Maximum number of results to return. Default: 100.public String toString()
toString
in class Object
Object.toString()
public ListEncoderConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()