@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChannelMembershipPreferencesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetChannelMembershipPreferencesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetChannelMembershipPreferencesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
String |
getChimeBearer()
The
AppInstanceUserARN of the user making the API call. |
String |
getMemberArn()
The
AppInstanceUserArn of the member retrieving the preferences. |
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setChimeBearer(String chimeBearer)
The
AppInstanceUserARN of the user making the API call. |
void |
setMemberArn(String memberArn)
The
AppInstanceUserArn of the member retrieving the preferences. |
String |
toString()
Returns a string representation of this object.
|
GetChannelMembershipPreferencesRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
GetChannelMembershipPreferencesRequest |
withChimeBearer(String chimeBearer)
The
AppInstanceUserARN of the user making the API call. |
GetChannelMembershipPreferencesRequest |
withMemberArn(String memberArn)
The
AppInstanceUserArn of the member retrieving the preferences. |
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 GetChannelMembershipPreferencesRequest()
public void setChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public GetChannelMembershipPreferencesRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public void setMemberArn(String memberArn)
The AppInstanceUserArn of the member retrieving the preferences.
memberArn - The AppInstanceUserArn of the member retrieving the preferences.public String getMemberArn()
The AppInstanceUserArn of the member retrieving the preferences.
AppInstanceUserArn of the member retrieving the preferences.public GetChannelMembershipPreferencesRequest withMemberArn(String memberArn)
The AppInstanceUserArn of the member retrieving the preferences.
memberArn - The AppInstanceUserArn of the member retrieving the preferences.public void setChimeBearer(String chimeBearer)
The AppInstanceUserARN of the user making the API call.
chimeBearer - The AppInstanceUserARN of the user making the API call.public String getChimeBearer()
The AppInstanceUserARN of the user making the API call.
AppInstanceUserARN of the user making the API call.public GetChannelMembershipPreferencesRequest withChimeBearer(String chimeBearer)
The AppInstanceUserARN of the user making the API call.
chimeBearer - The AppInstanceUserARN of the user making the API call.public String toString()
toString in class ObjectObject.toString()public GetChannelMembershipPreferencesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.