@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VectorEnrichmentJobErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.
Constructor and Description |
---|
VectorEnrichmentJobErrorDetails() |
Modifier and Type | Method and Description |
---|---|
VectorEnrichmentJobErrorDetails |
clone() |
boolean |
equals(Object obj) |
String |
getErrorMessage()
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
|
String |
getErrorType()
The type of error generated during the Vector Enrichment job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorMessage(String errorMessage)
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
|
void |
setErrorType(String errorType)
The type of error generated during the Vector Enrichment job.
|
String |
toString()
Returns a string representation of this object.
|
VectorEnrichmentJobErrorDetails |
withErrorMessage(String errorMessage)
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
|
VectorEnrichmentJobErrorDetails |
withErrorType(String errorType)
The type of error generated during the Vector Enrichment job.
|
VectorEnrichmentJobErrorDetails |
withErrorType(VectorEnrichmentJobErrorType errorType)
The type of error generated during the Vector Enrichment job.
|
public void setErrorMessage(String errorMessage)
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
errorMessage
- A message that you define and then is processed and rendered by the Vector Enrichment job when the error
occurs.public String getErrorMessage()
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
public VectorEnrichmentJobErrorDetails withErrorMessage(String errorMessage)
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
errorMessage
- A message that you define and then is processed and rendered by the Vector Enrichment job when the error
occurs.public void setErrorType(String errorType)
The type of error generated during the Vector Enrichment job.
errorType
- The type of error generated during the Vector Enrichment job.VectorEnrichmentJobErrorType
public String getErrorType()
The type of error generated during the Vector Enrichment job.
VectorEnrichmentJobErrorType
public VectorEnrichmentJobErrorDetails withErrorType(String errorType)
The type of error generated during the Vector Enrichment job.
errorType
- The type of error generated during the Vector Enrichment job.VectorEnrichmentJobErrorType
public VectorEnrichmentJobErrorDetails withErrorType(VectorEnrichmentJobErrorType errorType)
The type of error generated during the Vector Enrichment job.
errorType
- The type of error generated during the Vector Enrichment job.VectorEnrichmentJobErrorType
public String toString()
toString
in class Object
Object.toString()
public VectorEnrichmentJobErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.