@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChannelModeratedByAppInstanceUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeChannelModeratedByAppInstanceUserRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeChannelModeratedByAppInstanceUserRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAppInstanceUserArn()
 The ARN of the  AppInstanceUserin the moderated channel. | 
| String | getChannelArn()
 The ARN of the moderated channel. | 
| String | getChimeBearer()
 The  AppInstanceUserArnof the user that makes the API call. | 
| int | hashCode() | 
| void | setAppInstanceUserArn(String appInstanceUserArn)
 The ARN of the  AppInstanceUserin the moderated channel. | 
| void | setChannelArn(String channelArn)
 The ARN of the moderated channel. | 
| void | setChimeBearer(String chimeBearer)
 The  AppInstanceUserArnof the user that makes the API call. | 
| String | toString()Returns a string representation of this object. | 
| DescribeChannelModeratedByAppInstanceUserRequest | withAppInstanceUserArn(String appInstanceUserArn)
 The ARN of the  AppInstanceUserin the moderated channel. | 
| DescribeChannelModeratedByAppInstanceUserRequest | withChannelArn(String channelArn)
 The ARN of the moderated channel. | 
| DescribeChannelModeratedByAppInstanceUserRequest | withChimeBearer(String chimeBearer)
 The  AppInstanceUserArnof the user 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 DescribeChannelModeratedByAppInstanceUserRequest()
public void setChannelArn(String channelArn)
The ARN of the moderated channel.
channelArn - The ARN of the moderated channel.public String getChannelArn()
The ARN of the moderated channel.
public DescribeChannelModeratedByAppInstanceUserRequest withChannelArn(String channelArn)
The ARN of the moderated channel.
channelArn - The ARN of the moderated channel.public void setAppInstanceUserArn(String appInstanceUserArn)
 The ARN of the AppInstanceUser in the moderated channel.
 
appInstanceUserArn - The ARN of the AppInstanceUser in the moderated channel.public String getAppInstanceUserArn()
 The ARN of the AppInstanceUser in the moderated channel.
 
AppInstanceUser in the moderated channel.public DescribeChannelModeratedByAppInstanceUserRequest withAppInstanceUserArn(String appInstanceUserArn)
 The ARN of the AppInstanceUser in the moderated channel.
 
appInstanceUserArn - The ARN of the AppInstanceUser in the moderated channel.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 DescribeChannelModeratedByAppInstanceUserRequest 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 DescribeChannelModeratedByAppInstanceUserRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()