@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChannelMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetChannelMessageResult() |
Modifier and Type | Method and Description |
---|---|
GetChannelMessageResult |
clone() |
boolean |
equals(Object obj) |
ChannelMessage |
getChannelMessage()
The details of and content in the message.
|
int |
hashCode() |
void |
setChannelMessage(ChannelMessage channelMessage)
The details of and content in the message.
|
String |
toString()
Returns a string representation of this object.
|
GetChannelMessageResult |
withChannelMessage(ChannelMessage channelMessage)
The details of and content in the message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChannelMessage(ChannelMessage channelMessage)
The details of and content in the message.
channelMessage
- The details of and content in the message.public ChannelMessage getChannelMessage()
The details of and content in the message.
public GetChannelMessageResult withChannelMessage(ChannelMessage channelMessage)
The details of and content in the message.
channelMessage
- The details of and content in the message.public String toString()
toString
in class Object
Object.toString()
public GetChannelMessageResult clone()