@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 app instance user in the moderated channel.
|
String |
getChannelArn()
The ARN of the moderated channel.
|
int |
hashCode() |
void |
setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the app instance user in the moderated channel.
|
void |
setChannelArn(String channelArn)
The ARN of the moderated channel.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelModeratedByAppInstanceUserRequest |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the app instance user in the moderated channel.
|
DescribeChannelModeratedByAppInstanceUserRequest |
withChannelArn(String channelArn)
The ARN of the moderated channel.
|
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 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 app instance user in the moderated channel.
appInstanceUserArn
- The ARN of the app instance user in the moderated channel.public String getAppInstanceUserArn()
The ARN of the app instance user in the moderated channel.
public DescribeChannelModeratedByAppInstanceUserRequest withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the app instance user in the moderated channel.
appInstanceUserArn
- The ARN of the app instance user in the moderated channel.public String toString()
toString
in class Object
Object.toString()
public DescribeChannelModeratedByAppInstanceUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()