@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateChannelReadMarkerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateChannelReadMarkerRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelReadMarkerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
String |
getChimeBearer()
The
AppInstanceUserArn of the user that makes the API call. |
String |
getSubChannelId()
The ID of the SubChannel in the request.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
void |
setSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelReadMarkerRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
UpdateChannelReadMarkerRequest |
withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
UpdateChannelReadMarkerRequest |
withSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
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 void setChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public UpdateChannelReadMarkerRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public void setChimeBearer(String chimeBearer)
The AppInstanceUserArn of the user that makes the API call.
chimeBearer - The AppInstanceUserArn of the user that makes the API call.public String getChimeBearer()
The AppInstanceUserArn of the user that makes the API call.
AppInstanceUserArn of the user that makes the API call.public UpdateChannelReadMarkerRequest withChimeBearer(String chimeBearer)
The AppInstanceUserArn of the user that makes the API call.
chimeBearer - The AppInstanceUserArn of the user that makes the API call.public void setSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
subChannelId - The ID of the SubChannel in the request.public String getSubChannelId()
The ID of the SubChannel in the request.
public UpdateChannelReadMarkerRequest withSubChannelId(String subChannelId)
The ID of the SubChannel in the request.
subChannelId - The ID of the SubChannel in the request.public String toString()
toString in class ObjectObject.toString()public UpdateChannelReadMarkerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.