@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDataIngestionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDataIngestionJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDataIngestionJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time at which the data ingestion job was created.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
String |
getFailedReason()
Specifies the reason for failure when a data ingestion job has failed.
|
IngestionInputConfiguration |
getIngestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
|
String |
getJobId()
Indicates the job ID of the data ingestion job.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
|
String |
getStatus()
Indicates the status of the
DataIngestionJob operation. |
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The time at which the data ingestion job was created.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
void |
setFailedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
|
void |
setIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
void |
setJobId(String jobId)
Indicates the job ID of the data ingestion job.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
|
void |
setStatus(String status)
Indicates the status of the
DataIngestionJob operation. |
String |
toString()
Returns a string representation of this object.
|
DescribeDataIngestionJobResult |
withCreatedAt(Date createdAt)
The time at which the data ingestion job was created.
|
DescribeDataIngestionJobResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
DescribeDataIngestionJobResult |
withFailedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
|
DescribeDataIngestionJobResult |
withIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDataIngestionJobResult |
withJobId(String jobId)
Indicates the job ID of the data ingestion job.
|
DescribeDataIngestionJobResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
|
DescribeDataIngestionJobResult |
withStatus(IngestionJobStatus status)
Indicates the status of the
DataIngestionJob operation. |
DescribeDataIngestionJobResult |
withStatus(String status)
Indicates the status of the
DataIngestionJob operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId
- Indicates the job ID of the data ingestion job.public String getJobId()
Indicates the job ID of the data ingestion job.
public DescribeDataIngestionJobResult withJobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId
- Indicates the job ID of the data ingestion job.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
datasetArn
- The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
public DescribeDataIngestionJobResult withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
datasetArn
- The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.public void setIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
ingestionInputConfiguration
- Specifies the S3 location configuration for the data input for the data ingestion job.public IngestionInputConfiguration getIngestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
public DescribeDataIngestionJobResult withIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
ingestionInputConfiguration
- Specifies the S3 location configuration for the data input for the data ingestion job.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
roleArn
- The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.public String getRoleArn()
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
public DescribeDataIngestionJobResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
roleArn
- The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.public void setCreatedAt(Date createdAt)
The time at which the data ingestion job was created.
createdAt
- The time at which the data ingestion job was created.public Date getCreatedAt()
The time at which the data ingestion job was created.
public DescribeDataIngestionJobResult withCreatedAt(Date createdAt)
The time at which the data ingestion job was created.
createdAt
- The time at which the data ingestion job was created.public void setStatus(String status)
Indicates the status of the DataIngestionJob
operation.
status
- Indicates the status of the DataIngestionJob
operation.IngestionJobStatus
public String getStatus()
Indicates the status of the DataIngestionJob
operation.
DataIngestionJob
operation.IngestionJobStatus
public DescribeDataIngestionJobResult withStatus(String status)
Indicates the status of the DataIngestionJob
operation.
status
- Indicates the status of the DataIngestionJob
operation.IngestionJobStatus
public DescribeDataIngestionJobResult withStatus(IngestionJobStatus status)
Indicates the status of the DataIngestionJob
operation.
status
- Indicates the status of the DataIngestionJob
operation.IngestionJobStatus
public void setFailedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
failedReason
- Specifies the reason for failure when a data ingestion job has failed.public String getFailedReason()
Specifies the reason for failure when a data ingestion job has failed.
public DescribeDataIngestionJobResult withFailedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
failedReason
- Specifies the reason for failure when a data ingestion job has failed.public String toString()
toString
in class Object
Object.toString()
public DescribeDataIngestionJobResult clone()