@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChannelModeratorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeChannelModeratorRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeChannelModeratorRequest |
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 ARN of the channel moderator.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setChannelModeratorArn(String channelModeratorArn)
The ARN of the channel moderator.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelModeratorRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
DescribeChannelModeratorRequest |
withChannelModeratorArn(String channelModeratorArn)
The ARN of the channel moderator.
|
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 void setChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public DescribeChannelModeratorRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public void setChannelModeratorArn(String channelModeratorArn)
The ARN of the channel moderator.
channelModeratorArn
- The ARN of the channel moderator.public String getChannelModeratorArn()
The ARN of the channel moderator.
public DescribeChannelModeratorRequest withChannelModeratorArn(String channelModeratorArn)
The ARN of the channel moderator.
channelModeratorArn
- The ARN of the channel moderator.public String toString()
toString
in class Object
Object.toString()
public DescribeChannelModeratorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()