@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
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, 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 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 Object
Object.toString()
public GetChannelMembershipPreferencesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()