@Generated(value="software.amazon.awssdk:codegen") public final class ActionRequired extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionRequired.Builder,ActionRequired>
The action required to resolve a broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionRequired.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionRequiredCode()
The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
|
String |
actionRequiredInfo()
Information about the action required to resolve your broker issue when the broker is in a
CRITICAL_ACTION_REQUIRED state.
|
static ActionRequired.Builder |
builder() |
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 ActionRequired.Builder> |
serializableBuilderClass() |
ActionRequired.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String actionRequiredCode()
The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state. You can find instructions by choosing the link for your code from the list of action required codes in Amazon MQ action required codes. Each code references a topic with detailed information, instructions, and recommendations for how to resolve the issue and prevent future occurrences.
public final String actionRequiredInfo()
Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
public ActionRequired.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionRequired.Builder,ActionRequired>public static ActionRequired.Builder builder()
public static Class<? extends ActionRequired.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.