@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ErrorInfo extends Object implements Serializable, Cloneable, StructuredPojo
Provides details in the event of a failed flow, including the failure count and the related error messages.
| Constructor and Description |
|---|
ErrorInfo() |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionMessage()
Specifies the error message that appears if a flow fails.
|
Long |
getPutFailuresCount()
Specifies the failure count for the attempted flow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExecutionMessage(String executionMessage)
Specifies the error message that appears if a flow fails.
|
void |
setPutFailuresCount(Long putFailuresCount)
Specifies the failure count for the attempted flow.
|
String |
toString()
Returns a string representation of this object.
|
ErrorInfo |
withExecutionMessage(String executionMessage)
Specifies the error message that appears if a flow fails.
|
ErrorInfo |
withPutFailuresCount(Long putFailuresCount)
Specifies the failure count for the attempted flow.
|
public void setPutFailuresCount(Long putFailuresCount)
Specifies the failure count for the attempted flow.
putFailuresCount - Specifies the failure count for the attempted flow.public Long getPutFailuresCount()
Specifies the failure count for the attempted flow.
public ErrorInfo withPutFailuresCount(Long putFailuresCount)
Specifies the failure count for the attempted flow.
putFailuresCount - Specifies the failure count for the attempted flow.public void setExecutionMessage(String executionMessage)
Specifies the error message that appears if a flow fails.
executionMessage - Specifies the error message that appears if a flow fails.public String getExecutionMessage()
Specifies the error message that appears if a flow fails.
public ErrorInfo withExecutionMessage(String executionMessage)
Specifies the error message that appears if a flow fails.
executionMessage - Specifies the error message that appears if a flow fails.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.