@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) |
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 - VectorEnrichmentJobExportErrorTypepublic String getType()
VectorEnrichmentJobExportErrorTypepublic VectorEnrichmentJobExportErrorDetails withType(String type)
type - VectorEnrichmentJobExportErrorTypepublic VectorEnrichmentJobExportErrorDetails withType(VectorEnrichmentJobExportErrorType type)
type - VectorEnrichmentJobExportErrorTypepublic String toString()
toString in class ObjectObject.toString()public VectorEnrichmentJobExportErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.