@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportVectorEnrichmentJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportVectorEnrichmentJobResult() |
Modifier and Type | Method and Description |
---|---|
ExportVectorEnrichmentJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
|
Date |
getCreationTime()
The creation time.
|
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
|
String |
getExportStatus()
The status of the results the Vector Enrichment job being exported.
|
ExportVectorEnrichmentJobOutputConfig |
getOutputConfig()
Output location information for exporting Vector Enrichment Job results.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
|
void |
setCreationTime(Date creationTime)
The creation time.
|
void |
setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
|
void |
setExportStatus(String exportStatus)
The status of the results the Vector Enrichment job being exported.
|
void |
setOutputConfig(ExportVectorEnrichmentJobOutputConfig outputConfig)
Output location information for exporting Vector Enrichment Job results.
|
String |
toString()
Returns a string representation of this object.
|
ExportVectorEnrichmentJobResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
|
ExportVectorEnrichmentJobResult |
withCreationTime(Date creationTime)
The creation time.
|
ExportVectorEnrichmentJobResult |
withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
|
ExportVectorEnrichmentJobResult |
withExportStatus(String exportStatus)
The status of the results the Vector Enrichment job being exported.
|
ExportVectorEnrichmentJobResult |
withExportStatus(VectorEnrichmentJobExportStatus exportStatus)
The status of the results the Vector Enrichment job being exported.
|
ExportVectorEnrichmentJobResult |
withOutputConfig(ExportVectorEnrichmentJobOutputConfig outputConfig)
Output location information for exporting Vector Enrichment Job results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
arn
- The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.public String getArn()
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
public ExportVectorEnrichmentJobResult withArn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
arn
- The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.public void setCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public Date getCreationTime()
The creation time.
public ExportVectorEnrichmentJobResult withCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public void setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
executionRoleArn
- The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.public String getExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
public ExportVectorEnrichmentJobResult withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
executionRoleArn
- The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.public void setExportStatus(String exportStatus)
The status of the results the Vector Enrichment job being exported.
exportStatus
- The status of the results the Vector Enrichment job being exported.VectorEnrichmentJobExportStatus
public String getExportStatus()
The status of the results the Vector Enrichment job being exported.
VectorEnrichmentJobExportStatus
public ExportVectorEnrichmentJobResult withExportStatus(String exportStatus)
The status of the results the Vector Enrichment job being exported.
exportStatus
- The status of the results the Vector Enrichment job being exported.VectorEnrichmentJobExportStatus
public ExportVectorEnrichmentJobResult withExportStatus(VectorEnrichmentJobExportStatus exportStatus)
The status of the results the Vector Enrichment job being exported.
exportStatus
- The status of the results the Vector Enrichment job being exported.VectorEnrichmentJobExportStatus
public void setOutputConfig(ExportVectorEnrichmentJobOutputConfig outputConfig)
Output location information for exporting Vector Enrichment Job results.
outputConfig
- Output location information for exporting Vector Enrichment Job results.public ExportVectorEnrichmentJobOutputConfig getOutputConfig()
Output location information for exporting Vector Enrichment Job results.
public ExportVectorEnrichmentJobResult withOutputConfig(ExportVectorEnrichmentJobOutputConfig outputConfig)
Output location information for exporting Vector Enrichment Job results.
outputConfig
- Output location information for exporting Vector Enrichment Job results.public String toString()
toString
in class Object
Object.toString()
public ExportVectorEnrichmentJobResult clone()