@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.
|
String |
getSubChannelId()
The ID of the SubChannel in the response.
|
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.
|
void |
setSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
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.
|
UpdateChannelMessageResult |
withSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
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 void setSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
subChannelId
- The ID of the SubChannel in the response.public String getSubChannelId()
The ID of the SubChannel in the response.
public UpdateChannelMessageResult withSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
subChannelId
- The ID of the SubChannel in the response.public String toString()
toString
in class Object
Object.toString()
public UpdateChannelMessageResult clone()