@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteChannelBanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteChannelBanRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelBanRequest |
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 from which the app instance user was banned.
|
String |
getMemberArn()
The ARN of the app instance user that you want to reinstate.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel from which the app instance user was banned.
|
void |
setMemberArn(String memberArn)
The ARN of the app instance user that you want to reinstate.
|
String |
toString()
Returns a string representation of this object.
|
DeleteChannelBanRequest |
withChannelArn(String channelArn)
The ARN of the channel from which the app instance user was banned.
|
DeleteChannelBanRequest |
withMemberArn(String memberArn)
The ARN of the app instance user that you want to reinstate.
|
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 void setChannelArn(String channelArn)
The ARN of the channel from which the app instance user was banned.
channelArn - The ARN of the channel from which the app instance user was banned.public String getChannelArn()
The ARN of the channel from which the app instance user was banned.
public DeleteChannelBanRequest withChannelArn(String channelArn)
The ARN of the channel from which the app instance user was banned.
channelArn - The ARN of the channel from which the app instance user was banned.public void setMemberArn(String memberArn)
The ARN of the app instance user that you want to reinstate.
memberArn - The ARN of the app instance user that you want to reinstate.public String getMemberArn()
The ARN of the app instance user that you want to reinstate.
public DeleteChannelBanRequest withMemberArn(String memberArn)
The ARN of the app instance user that you want to reinstate.
memberArn - The ARN of the app instance user that you want to reinstate.public String toString()
toString in class ObjectObject.toString()public DeleteChannelBanRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()