@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChannelMessageStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetChannelMessageStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetChannelMessageStatusRequest |
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 |
getMessageId()
The ID of the message.
|
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 |
setMessageId(String messageId)
The ID of the message.
|
String |
toString()
Returns a string representation of this object.
|
GetChannelMessageStatusRequest |
withChannelArn(String channelArn)
The ARN of the channel
|
GetChannelMessageStatusRequest |
withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user making the API call. |
GetChannelMessageStatusRequest |
withMessageId(String messageId)
The ID of the message.
|
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 void setChannelArn(String channelArn)
The ARN of the channel
channelArn
- The ARN of the channelpublic String getChannelArn()
The ARN of the channel
public GetChannelMessageStatusRequest withChannelArn(String channelArn)
The ARN of the channel
channelArn
- The ARN of the channelpublic void setMessageId(String messageId)
The ID of the message.
messageId
- The ID of the message.public String getMessageId()
The ID of the message.
public GetChannelMessageStatusRequest withMessageId(String messageId)
The ID of the message.
messageId
- The ID of the message.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 GetChannelMessageStatusRequest 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 GetChannelMessageStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()