@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DescribeChannelMembershipForAppInstanceUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()