@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.
|
ChannelMessageStatusStructure |
getStatus()
The status of the message update.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setMessageId(String messageId)
The ID string of the message being updated.
|
void |
setStatus(ChannelMessageStatusStructure status)
The status of the message update.
|
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.
|
UpdateChannelMessageResult |
withStatus(ChannelMessageStatusStructure status)
The status of the message update.
|
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 void setStatus(ChannelMessageStatusStructure status)
The status of the message update.
status
- The status of the message update.public ChannelMessageStatusStructure getStatus()
The status of the message update.
public UpdateChannelMessageResult withStatus(ChannelMessageStatusStructure status)
The status of the message update.
status
- The status of the message update.public String toString()
toString
in class Object
Object.toString()
public UpdateChannelMessageResult clone()