@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()
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 retrieving the preferences. |
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 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 ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
GetChannelMembershipPreferencesRequest |
withMemberArn(String memberArn)
The
AppInstanceUserArn of the member retrieving the preferences. |
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 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 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 GetChannelMembershipPreferencesRequest 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 String toString()
toString in class ObjectObject.toString()public GetChannelMembershipPreferencesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()