@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendChannelMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
SendChannelMessageResult() |
| Modifier and Type | Method and Description |
|---|---|
SendChannelMessageResult |
clone() |
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
String |
getMessageId()
The ID string assigned to each message.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setMessageId(String messageId)
The ID string assigned to each message.
|
String |
toString()
Returns a string representation of this object.
|
SendChannelMessageResult |
withChannelArn(String channelArn)
The ARN of the channel.
|
SendChannelMessageResult |
withMessageId(String messageId)
The ID string assigned to each message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public SendChannelMessageResult withChannelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.public void setMessageId(String messageId)
The ID string assigned to each message.
messageId - The ID string assigned to each message.public String getMessageId()
The ID string assigned to each message.
public SendChannelMessageResult withMessageId(String messageId)
The ID string assigned to each message.
messageId - The ID string assigned to each message.public String toString()
toString in class ObjectObject.toString()public SendChannelMessageResult clone()