@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutChannelMembershipPreferencesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutChannelMembershipPreferencesRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutChannelMembershipPreferencesRequest |
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 setting the preferences. |
ChannelMembershipPreferences |
getPreferences()
The channel membership preferences of an
AppInstanceUser . |
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 setting the preferences. |
void |
setPreferences(ChannelMembershipPreferences preferences)
The channel membership preferences of an
AppInstanceUser . |
String |
toString()
Returns a string representation of this object.
|
PutChannelMembershipPreferencesRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
PutChannelMembershipPreferencesRequest |
withChimeBearer(String chimeBearer)
The
AppInstanceUserARN of the user making the API call. |
PutChannelMembershipPreferencesRequest |
withMemberArn(String memberArn)
The
AppInstanceUserArn of the member setting the preferences. |
PutChannelMembershipPreferencesRequest |
withPreferences(ChannelMembershipPreferences preferences)
The channel membership preferences of an
AppInstanceUser . |
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 PutChannelMembershipPreferencesRequest()
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 PutChannelMembershipPreferencesRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public void setMemberArn(String memberArn)
The AppInstanceUserArn of the member setting the preferences.
memberArn - The AppInstanceUserArn of the member setting the preferences.public String getMemberArn()
The AppInstanceUserArn of the member setting the preferences.
AppInstanceUserArn of the member setting the preferences.public PutChannelMembershipPreferencesRequest withMemberArn(String memberArn)
The AppInstanceUserArn of the member setting the preferences.
memberArn - The AppInstanceUserArn of the member setting 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 PutChannelMembershipPreferencesRequest withChimeBearer(String chimeBearer)
The AppInstanceUserARN of the user making the API call.
chimeBearer - The AppInstanceUserARN of the user making the API call.public void setPreferences(ChannelMembershipPreferences preferences)
The channel membership preferences of an AppInstanceUser .
preferences - The channel membership preferences of an AppInstanceUser .public ChannelMembershipPreferences getPreferences()
The channel membership preferences of an AppInstanceUser .
AppInstanceUser .public PutChannelMembershipPreferencesRequest withPreferences(ChannelMembershipPreferences preferences)
The channel membership preferences of an AppInstanceUser .
preferences - The channel membership preferences of an AppInstanceUser .public String toString()
toString in class ObjectObject.toString()public PutChannelMembershipPreferencesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.