@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConferenceProvidersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConferenceProvidersRequest() |
Modifier and Type | Method and Description |
---|---|
ListConferenceProvidersRequest |
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 conference providers to be returned, per paginated calls.
|
String |
getNextToken()
The tokens used for pagination.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of conference providers to be returned, per paginated calls.
|
void |
setNextToken(String nextToken)
The tokens used for pagination.
|
String |
toString()
Returns a string representation of this object.
|
ListConferenceProvidersRequest |
withMaxResults(Integer maxResults)
The maximum number of conference providers to be returned, per paginated calls.
|
ListConferenceProvidersRequest |
withNextToken(String nextToken)
The tokens used for pagination.
|
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 tokens used for pagination.
nextToken
- The tokens used for pagination.public String getNextToken()
The tokens used for pagination.
public ListConferenceProvidersRequest withNextToken(String nextToken)
The tokens used for pagination.
nextToken
- The tokens used for pagination.public void setMaxResults(Integer maxResults)
The maximum number of conference providers to be returned, per paginated calls.
maxResults
- The maximum number of conference providers to be returned, per paginated calls.public Integer getMaxResults()
The maximum number of conference providers to be returned, per paginated calls.
public ListConferenceProvidersRequest withMaxResults(Integer maxResults)
The maximum number of conference providers to be returned, per paginated calls.
maxResults
- The maximum number of conference providers to be returned, per paginated calls.public String toString()
toString
in class Object
Object.toString()
public ListConferenceProvidersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.