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