@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Failures extends Object implements Serializable, Cloneable, StructuredPojo
List of all failures.
| Constructor and Description |
|---|
Failures() |
| Modifier and Type | Method and Description |
|---|---|
Failures |
clone() |
boolean |
equals(Object obj) |
String |
getExceptionMessage()
List of all exception messages.
|
String |
getRemediation()
List of all remediation steps for failures.
|
Date |
getTimestamp()
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation
had errors or missing values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExceptionMessage(String exceptionMessage)
List of all exception messages.
|
void |
setRemediation(String remediation)
List of all remediation steps for failures.
|
void |
setTimestamp(Date timestamp)
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation
had errors or missing values.
|
String |
toString()
Returns a string representation of this object.
|
Failures |
withExceptionMessage(String exceptionMessage)
List of all exception messages.
|
Failures |
withRemediation(String remediation)
List of all remediation steps for failures.
|
Failures |
withTimestamp(Date timestamp)
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation
had errors or missing values.
|
public void setExceptionMessage(String exceptionMessage)
List of all exception messages.
exceptionMessage - List of all exception messages.public String getExceptionMessage()
List of all exception messages.
public Failures withExceptionMessage(String exceptionMessage)
List of all exception messages.
exceptionMessage - List of all exception messages.public void setRemediation(String remediation)
List of all remediation steps for failures.
remediation - List of all remediation steps for failures.public String getRemediation()
List of all remediation steps for failures.
public Failures withRemediation(String remediation)
List of all remediation steps for failures.
remediation - List of all remediation steps for failures.public void setTimestamp(Date timestamp)
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
timestamp - This error can occur if you configure the wrong timestamp format, or if the subset of entries used for
validation had errors or missing values.public Date getTimestamp()
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
public Failures withTimestamp(Date timestamp)
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
timestamp - This error can occur if you configure the wrong timestamp format, or if the subset of entries used for
validation had errors or missing values.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.