@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChannelBanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeChannelBanRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelBanRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel from which the user is banned.
|
String |
getMemberArn()
The ARN of the member being banned.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel from which the user is banned.
|
void |
setMemberArn(String memberArn)
The ARN of the member being banned.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelBanRequest |
withChannelArn(String channelArn)
The ARN of the channel from which the user is banned.
|
DescribeChannelBanRequest |
withMemberArn(String memberArn)
The ARN of the member being banned.
|
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, withSdkRequestTimeoutpublic void setChannelArn(String channelArn)
The ARN of the channel from which the user is banned.
channelArn - The ARN of the channel from which the user is banned.public String getChannelArn()
The ARN of the channel from which the user is banned.
public DescribeChannelBanRequest withChannelArn(String channelArn)
The ARN of the channel from which the user is banned.
channelArn - The ARN of the channel from which the user is banned.public void setMemberArn(String memberArn)
The ARN of the member being banned.
memberArn - The ARN of the member being banned.public String getMemberArn()
The ARN of the member being banned.
public DescribeChannelBanRequest withMemberArn(String memberArn)
The ARN of the member being banned.
memberArn - The ARN of the member being banned.public String toString()
toString in class ObjectObject.toString()public DescribeChannelBanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.