@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChannelModeratorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListChannelModeratorsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListChannelModeratorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
Integer |
getMaxResults()
The maximum number of moderators that you want returned.
|
String |
getNextToken()
The token passed by previous API calls until all requested moderators are returned.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setMaxResults(Integer maxResults)
The maximum number of moderators that you want returned.
|
void |
setNextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
|
String |
toString()
Returns a string representation of this object.
|
ListChannelModeratorsRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
ListChannelModeratorsRequest |
withMaxResults(Integer maxResults)
The maximum number of moderators that you want returned.
|
ListChannelModeratorsRequest |
withNextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
|
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 setChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public ListChannelModeratorsRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public void setMaxResults(Integer maxResults)
The maximum number of moderators that you want returned.
maxResults - The maximum number of moderators that you want returned.public Integer getMaxResults()
The maximum number of moderators that you want returned.
public ListChannelModeratorsRequest withMaxResults(Integer maxResults)
The maximum number of moderators that you want returned.
maxResults - The maximum number of moderators that you want returned.public void setNextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
nextToken - The token passed by previous API calls until all requested moderators are returned.public String getNextToken()
The token passed by previous API calls until all requested moderators are returned.
public ListChannelModeratorsRequest withNextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
nextToken - The token passed by previous API calls until all requested moderators are returned.public String toString()
toString in class ObjectObject.toString()public ListChannelModeratorsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()