@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.
|
ChannelMessageStatusStructure |
getStatus()
The status of the channel message.
|
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 assigned to each message.
|
void |
setStatus(ChannelMessageStatusStructure status)
The status of the channel message.
|
void |
setSubChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
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.
|
SendChannelMessageResult |
withStatus(ChannelMessageStatusStructure status)
The status of the channel message.
|
SendChannelMessageResult |
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 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 void setStatus(ChannelMessageStatusStructure status)
The status of the channel message.
status
- The status of the channel message.public ChannelMessageStatusStructure getStatus()
The status of the channel message.
public SendChannelMessageResult withStatus(ChannelMessageStatusStructure status)
The status of the channel message.
status
- The status of the channel message.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 SendChannelMessageResult 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 SendChannelMessageResult clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.