@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() |
boolean |
equals(Object obj) |
String |
getAppInstanceUserArn()
The ARN of the
AppInstanceUser in the moderated channel. |
String |
getChannelArn()
The ARN of the moderated channel.
|
String |
getChimeBearer()
The
AppInstanceUserArn of the user that makes the API call. |
int |
hashCode() |
void |
setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser in the moderated channel. |
void |
setChannelArn(String channelArn)
The ARN of the moderated channel.
|
void |
setChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
String |
toString()
Returns a string representation of this object.
|
DescribeChannelModeratedByAppInstanceUserRequest |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser in the moderated channel. |
DescribeChannelModeratedByAppInstanceUserRequest |
withChannelArn(String channelArn)
The ARN of the moderated channel.
|
DescribeChannelModeratedByAppInstanceUserRequest |
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeChannelModeratedByAppInstanceUserRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.