@Generated(value="software.amazon.awssdk:codegen") public final class RedactChannelMessageResponse extends ChimeSdkMessagingResponse implements ToCopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RedactChannelMessageResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RedactChannelMessageResponse.Builder |
builder() |
String |
channelArn()
The ARN of the channel containing the messages that you want to redact.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
messageId()
The ID of the message being redacted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RedactChannelMessageResponse.Builder> |
serializableBuilderClass() |
String |
subChannelId()
The ID of the SubChannel in the response.
|
RedactChannelMessageResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelArn()
The ARN of the channel containing the messages that you want to redact.
public final String messageId()
The ID of the message being redacted.
public final String subChannelId()
The ID of the SubChannel in the response.
Only required when redacting messages in a SubChannel that the user belongs to.
Only required when redacting messages in a SubChannel that the user belongs to.
public RedactChannelMessageResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>toBuilder in class AwsResponsepublic static RedactChannelMessageResponse.Builder builder()
public static Class<? extends RedactChannelMessageResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.