@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChannelModeratorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateChannelModeratorRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelModeratorRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
String |
getChannelModeratorArn()
The
AppInstanceUserArn of the moderator. |
String |
getChimeBearer()
The
AppInstanceUserArn of the user that makes the API call. |
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setChannelModeratorArn(String channelModeratorArn)
The
AppInstanceUserArn of the moderator. |
void |
setChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
String |
toString()
Returns a string representation of this object.
|
CreateChannelModeratorRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
CreateChannelModeratorRequest |
withChannelModeratorArn(String channelModeratorArn)
The
AppInstanceUserArn of the moderator. |
CreateChannelModeratorRequest |
withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
addHandlerContext, copyBaseTo, 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 CreateChannelModeratorRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public void setChannelModeratorArn(String channelModeratorArn)
The AppInstanceUserArn of the moderator.
channelModeratorArn - The AppInstanceUserArn of the moderator.public String getChannelModeratorArn()
The AppInstanceUserArn of the moderator.
AppInstanceUserArn of the moderator.public CreateChannelModeratorRequest withChannelModeratorArn(String channelModeratorArn)
The AppInstanceUserArn of the moderator.
channelModeratorArn - The AppInstanceUserArn of the moderator.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 CreateChannelModeratorRequest 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 ObjectObject.toString()public CreateChannelModeratorRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.