@Generated(value="software.amazon.awssdk:codegen") public final class AppBlockBuilderStateChangeReason extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppBlockBuilderStateChangeReason.Builder,AppBlockBuilderStateChangeReason>
Describes the reason why the last app block builder state change occurred.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppBlockBuilderStateChangeReason.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AppBlockBuilderStateChangeReason.Builder |
builder() |
AppBlockBuilderStateChangeReasonCode |
code()
The state change reason code.
|
String |
codeAsString()
The state change reason code.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The state change reason message.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppBlockBuilderStateChangeReason.Builder> |
serializableBuilderClass() |
AppBlockBuilderStateChangeReason.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AppBlockBuilderStateChangeReasonCode code()
The state change reason code.
If the service returns an enum value that is not available in the current SDK version, code will return
AppBlockBuilderStateChangeReasonCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from codeAsString().
AppBlockBuilderStateChangeReasonCodepublic final String codeAsString()
The state change reason code.
If the service returns an enum value that is not available in the current SDK version, code will return
AppBlockBuilderStateChangeReasonCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from codeAsString().
AppBlockBuilderStateChangeReasonCodepublic final String message()
The state change reason message.
public AppBlockBuilderStateChangeReason.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppBlockBuilderStateChangeReason.Builder,AppBlockBuilderStateChangeReason>public static AppBlockBuilderStateChangeReason.Builder builder()
public static Class<? extends AppBlockBuilderStateChangeReason.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.