@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()
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 you want to remove the user.
|
String |
getChimeBearer()
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
String |
getMemberArn()
The
AppInstanceUserArn of the member that you're removing from the channel. |
String |
getSubChannelId()
The ID of the SubChannel in the request.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel from which you want to remove the user.
|
void |
setChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
void |
setMemberArn(String memberArn)
The
AppInstanceUserArn of the member that you're removing from the channel. |
void |
setSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
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 |
withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
DeleteChannelMembershipRequest |
withMemberArn(String memberArn)
The
AppInstanceUserArn of the member that you're removing from the channel. |
DeleteChannelMembershipRequest |
withSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
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 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 AppInstanceUserArn
of the member that you're removing from the channel.
memberArn
- The AppInstanceUserArn
of the member that you're removing from the channel.public String getMemberArn()
The AppInstanceUserArn
of the member that you're removing from the channel.
AppInstanceUserArn
of the member that you're removing from the channel.public DeleteChannelMembershipRequest withMemberArn(String memberArn)
The AppInstanceUserArn
of the member that you're removing from the channel.
memberArn
- The AppInstanceUserArn
of the member that you're removing from the channel.public void setChimeBearer(String chimeBearer)
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
chimeBearer
- The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.public String getChimeBearer()
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
AppInstanceUser
or AppInstanceBot
that makes the API call.public DeleteChannelMembershipRequest withChimeBearer(String chimeBearer)
The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.
chimeBearer
- The ARN of the AppInstanceUser
or AppInstanceBot
that makes the API call.public void setSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
Only for use by moderators.
subChannelId
- The ID of the SubChannel in the request. Only for use by moderators.
public String getSubChannelId()
The ID of the SubChannel in the request.
Only for use by moderators.
Only for use by moderators.
public DeleteChannelMembershipRequest withSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
Only for use by moderators.
subChannelId
- The ID of the SubChannel in the request. Only for use by moderators.
public String toString()
toString
in class Object
Object.toString()
public DeleteChannelMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()