@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionRequired extends Object implements Serializable, Cloneable, StructuredPojo
The action required to resolve a broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
Constructor and Description |
---|
ActionRequired() |
Modifier and Type | Method and Description |
---|---|
ActionRequired |
clone() |
boolean |
equals(Object obj) |
String |
getActionRequiredCode()
The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
|
String |
getActionRequiredInfo()
Information about the action required to resolve your broker issue when the broker is in a
CRITICAL_ACTION_REQUIRED state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActionRequiredCode(String actionRequiredCode)
The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
|
void |
setActionRequiredInfo(String actionRequiredInfo)
Information about the action required to resolve your broker issue when the broker is in a
CRITICAL_ACTION_REQUIRED state.
|
String |
toString()
Returns a string representation of this object.
|
ActionRequired |
withActionRequiredCode(String actionRequiredCode)
The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
|
ActionRequired |
withActionRequiredInfo(String actionRequiredInfo)
Information about the action required to resolve your broker issue when the broker is in a
CRITICAL_ACTION_REQUIRED state.
|
public void setActionRequiredCode(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.
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 String getActionRequiredCode()
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 ActionRequired withActionRequiredCode(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.
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 void setActionRequiredInfo(String actionRequiredInfo)
Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
actionRequiredInfo
- Information about the action required to resolve your broker issue when the broker is in a
CRITICAL_ACTION_REQUIRED state.public String getActionRequiredInfo()
Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
public ActionRequired withActionRequiredInfo(String actionRequiredInfo)
Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
actionRequiredInfo
- Information about the action required to resolve your broker issue when the broker is in a
CRITICAL_ACTION_REQUIRED state.public String toString()
toString
in class Object
Object.toString()
public ActionRequired clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.