@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateChannelMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateChannelMessageResult() |
Modifier and Type | Method and Description |
---|---|
UpdateChannelMessageResult |
clone() |
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
String |
getMessageId()
The ID string of the message being updated.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setMessageId(String messageId)
The ID string of the message being updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelMessageResult |
withChannelArn(String channelArn)
The ARN of the channel.
|
UpdateChannelMessageResult |
withMessageId(String messageId)
The ID string of the message being updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateChannelMessageResult 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 UpdateChannelMessageResult withMessageId(String messageId)
The ID string of the message being updated.
messageId
- The ID string of the message being updated.public String toString()
toString
in class Object
Object.toString()
public UpdateChannelMessageResult clone()
Copyright © 2022. All rights reserved.