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