@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VectorEnrichmentJobExportErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
VectorEnrichmentJob export error details in response from GetVectorEnrichmentJob.
Constructor and Description |
---|
VectorEnrichmentJobExportErrorDetails() |
Modifier and Type | Method and Description |
---|---|
VectorEnrichmentJobExportErrorDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
The message providing details about the errors generated during the Vector Enrichment job.
|
String |
getType()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
The message providing details about the errors generated during the Vector Enrichment job.
|
void |
setType(String type)
|
String |
toString()
Returns a string representation of this object.
|
VectorEnrichmentJobExportErrorDetails |
withMessage(String message)
The message providing details about the errors generated during the Vector Enrichment job.
|
VectorEnrichmentJobExportErrorDetails |
withType(String type)
|
VectorEnrichmentJobExportErrorDetails |
withType(VectorEnrichmentJobExportErrorType type)
|
public VectorEnrichmentJobExportErrorDetails()
public void setMessage(String message)
The message providing details about the errors generated during the Vector Enrichment job.
message
- The message providing details about the errors generated during the Vector Enrichment job.public String getMessage()
The message providing details about the errors generated during the Vector Enrichment job.
public VectorEnrichmentJobExportErrorDetails withMessage(String message)
The message providing details about the errors generated during the Vector Enrichment job.
message
- The message providing details about the errors generated during the Vector Enrichment job.public void setType(String type)
type
- VectorEnrichmentJobExportErrorType
public String getType()
VectorEnrichmentJobExportErrorType
public VectorEnrichmentJobExportErrorDetails withType(String type)
type
- VectorEnrichmentJobExportErrorType
public VectorEnrichmentJobExportErrorDetails withType(VectorEnrichmentJobExportErrorType type)
type
- VectorEnrichmentJobExportErrorType
public String toString()
toString
in class Object
Object.toString()
public VectorEnrichmentJobExportErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.