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