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