@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChannelMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeChannelMembershipRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelMembershipRequest |
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 |
getChimeBearer()
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
String |
getMemberArn()
The
AppInstanceUserArn of the member. |
String |
getSubChannelId()
The ID of the SubChannel in the request.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
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. |
void |
setSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelMembershipRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
DescribeChannelMembershipRequest |
withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
DescribeChannelMembershipRequest |
withMemberArn(String memberArn)
The
AppInstanceUserArn of the member. |
DescribeChannelMembershipRequest |
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, withSdkRequestTimeoutpublic void setChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public DescribeChannelMembershipRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public void setMemberArn(String memberArn)
The AppInstanceUserArn of the member.
memberArn - The AppInstanceUserArn of the member.public String getMemberArn()
The AppInstanceUserArn of the member.
AppInstanceUserArn of the member.public DescribeChannelMembershipRequest withMemberArn(String memberArn)
The AppInstanceUserArn of the member.
memberArn - The AppInstanceUserArn of the member.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 DescribeChannelMembershipRequest 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. The response contains an ElasticChannelConfiguration
object.
Only required to get a user’s SubChannel membership details.
subChannelId - The ID of the SubChannel in the request. The response contains an ElasticChannelConfiguration
object. Only required to get a user’s SubChannel membership details.
public String getSubChannelId()
The ID of the SubChannel in the request. The response contains an ElasticChannelConfiguration
object.
Only required to get a user’s SubChannel membership details.
ElasticChannelConfiguration object. Only required to get a user’s SubChannel membership details.
public DescribeChannelMembershipRequest withSubChannelId(String subChannelId)
The ID of the SubChannel in the request. The response contains an ElasticChannelConfiguration
object.
Only required to get a user’s SubChannel membership details.
subChannelId - The ID of the SubChannel in the request. The response contains an ElasticChannelConfiguration
object. Only required to get a user’s SubChannel membership details.
public String toString()
toString in class ObjectObject.toString()public DescribeChannelMembershipRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()