@Generated(value="software.amazon.awssdk:codegen") public final class ChannelMessageStatusStructure extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelMessageStatusStructure.Builder,ChannelMessageStatusStructure>
Stores information about a message status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelMessageStatusStructure.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChannelMessageStatusStructure.Builder |
builder() |
String |
detail()
Contains more details about the messasge status.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelMessageStatusStructure.Builder> |
serializableBuilderClass() |
ChannelMessageStatusStructure.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ChannelMessageStatus |
value()
The message status value.
|
String |
valueAsString()
The message status value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChannelMessageStatus value()
The message status value.
If the service returns an enum value that is not available in the current SDK version, value will return
ChannelMessageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
valueAsString().
ChannelMessageStatuspublic final String valueAsString()
The message status value.
If the service returns an enum value that is not available in the current SDK version, value will return
ChannelMessageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
valueAsString().
ChannelMessageStatuspublic final String detail()
Contains more details about the messasge status.
public ChannelMessageStatusStructure.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChannelMessageStatusStructure.Builder,ChannelMessageStatusStructure>public static ChannelMessageStatusStructure.Builder builder()
public static Class<? extends ChannelMessageStatusStructure.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.