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