@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLPartialFailureReason extends Object implements Serializable, Cloneable, StructuredPojo
The reason for a partial failure of an AutoML job.
Constructor and Description |
---|
AutoMLPartialFailureReason() |
Modifier and Type | Method and Description |
---|---|
AutoMLPartialFailureReason |
clone() |
boolean |
equals(Object obj) |
String |
getPartialFailureMessage()
The message containing the reason for a partial failure of an AutoML job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPartialFailureMessage(String partialFailureMessage)
The message containing the reason for a partial failure of an AutoML job.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLPartialFailureReason |
withPartialFailureMessage(String partialFailureMessage)
The message containing the reason for a partial failure of an AutoML job.
|
public void setPartialFailureMessage(String partialFailureMessage)
The message containing the reason for a partial failure of an AutoML job.
partialFailureMessage
- The message containing the reason for a partial failure of an AutoML job.public String getPartialFailureMessage()
The message containing the reason for a partial failure of an AutoML job.
public AutoMLPartialFailureReason withPartialFailureMessage(String partialFailureMessage)
The message containing the reason for a partial failure of an AutoML job.
partialFailureMessage
- The message containing the reason for a partial failure of an AutoML job.public String toString()
toString
in class Object
Object.toString()
public AutoMLPartialFailureReason clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.