@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChannelBansRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListChannelBansRequest() |
Modifier and Type | Method and Description |
---|---|
ListChannelBansRequest |
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.
|
String |
getChimeBearer()
The
AppInstanceUserArn of the user that makes the API call. |
Integer |
getMaxResults()
The maximum number of bans that you want returned.
|
String |
getNextToken()
The token passed by previous API calls until all requested bans are returned.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
void |
setMaxResults(Integer maxResults)
The maximum number of bans that you want returned.
|
void |
setNextToken(String nextToken)
The token passed by previous API calls until all requested bans are returned.
|
String |
toString()
Returns a string representation of this object.
|
ListChannelBansRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
ListChannelBansRequest |
withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
ListChannelBansRequest |
withMaxResults(Integer maxResults)
The maximum number of bans that you want returned.
|
ListChannelBansRequest |
withNextToken(String nextToken)
The token passed by previous API calls until all requested bans 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, withSdkRequestTimeout
public void setChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public ListChannelBansRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public void setMaxResults(Integer maxResults)
The maximum number of bans that you want returned.
maxResults
- The maximum number of bans that you want returned.public Integer getMaxResults()
The maximum number of bans that you want returned.
public ListChannelBansRequest withMaxResults(Integer maxResults)
The maximum number of bans that you want returned.
maxResults
- The maximum number of bans that you want returned.public void setNextToken(String nextToken)
The token passed by previous API calls until all requested bans are returned.
nextToken
- The token passed by previous API calls until all requested bans are returned.public String getNextToken()
The token passed by previous API calls until all requested bans are returned.
public ListChannelBansRequest withNextToken(String nextToken)
The token passed by previous API calls until all requested bans are returned.
nextToken
- The token passed by previous API calls until all requested bans are returned.public void setChimeBearer(String chimeBearer)
The AppInstanceUserArn
of the user that makes the API call.
chimeBearer
- The AppInstanceUserArn
of the user that makes the API call.public String getChimeBearer()
The AppInstanceUserArn
of the user that makes the API call.
AppInstanceUserArn
of the user that makes the API call.public ListChannelBansRequest withChimeBearer(String chimeBearer)
The AppInstanceUserArn
of the user that makes the API call.
chimeBearer
- The AppInstanceUserArn
of the user that makes the API call.public String toString()
toString
in class Object
Object.toString()
public ListChannelBansRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.