@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteChannelModeratorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteChannelModeratorRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelModeratorRequest |
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 |
getChannelModeratorArn()
The
AppInstanceUserArn of the moderator being deleted. |
String |
getChimeBearer()
The ARN of the
AppInstanceUser or AppInstanceBot 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 being deleted. |
void |
setChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
String |
toString()
Returns a string representation of this object.
|
DeleteChannelModeratorRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
DeleteChannelModeratorRequest |
withChannelModeratorArn(String channelModeratorArn)
The
AppInstanceUserArn of the moderator being deleted. |
DeleteChannelModeratorRequest |
withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
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 DeleteChannelModeratorRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public void setChannelModeratorArn(String channelModeratorArn)
The AppInstanceUserArn of the moderator being deleted.
channelModeratorArn - The AppInstanceUserArn of the moderator being deleted.public String getChannelModeratorArn()
The AppInstanceUserArn of the moderator being deleted.
AppInstanceUserArn of the moderator being deleted.public DeleteChannelModeratorRequest withChannelModeratorArn(String channelModeratorArn)
The AppInstanceUserArn of the moderator being deleted.
channelModeratorArn - The AppInstanceUserArn of the moderator being deleted.public void setChimeBearer(String chimeBearer)
The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
chimeBearer - The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.public String getChimeBearer()
The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
AppInstanceUser or AppInstanceBot that makes the API call.public DeleteChannelModeratorRequest withChimeBearer(String chimeBearer)
The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
chimeBearer - The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.public String toString()
toString in class ObjectObject.toString()public DeleteChannelModeratorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()