@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetExportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the properties of a dataset export job. For a complete listing, call the DescribeDatasetExportJob API.
Constructor and Description |
---|
DatasetExportJobSummary() |
Modifier and Type | Method and Description |
---|---|
DatasetExportJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time (in Unix time) that the dataset export job was created.
|
String |
getDatasetExportJobArn()
The Amazon Resource Name (ARN) of the dataset export job.
|
String |
getFailureReason()
If a dataset export job fails, the reason behind the failure.
|
String |
getJobName()
The name of the dataset export job.
|
Date |
getLastUpdatedDateTime()
The date and time (in Unix time) that the dataset export job status was last updated.
|
String |
getStatus()
The status of the dataset export job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset export job was created.
|
void |
setDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
|
void |
setFailureReason(String failureReason)
If a dataset export job fails, the reason behind the failure.
|
void |
setJobName(String jobName)
The name of the dataset export job.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset export job status was last updated.
|
void |
setStatus(String status)
The status of the dataset export job.
|
String |
toString()
Returns a string representation of this object.
|
DatasetExportJobSummary |
withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset export job was created.
|
DatasetExportJobSummary |
withDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
|
DatasetExportJobSummary |
withFailureReason(String failureReason)
If a dataset export job fails, the reason behind the failure.
|
DatasetExportJobSummary |
withJobName(String jobName)
The name of the dataset export job.
|
DatasetExportJobSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset export job status was last updated.
|
DatasetExportJobSummary |
withStatus(String status)
The status of the dataset export job.
|
public void setDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJobArn
- The Amazon Resource Name (ARN) of the dataset export job.public String getDatasetExportJobArn()
The Amazon Resource Name (ARN) of the dataset export job.
public DatasetExportJobSummary withDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJobArn
- The Amazon Resource Name (ARN) of the dataset export job.public void setJobName(String jobName)
The name of the dataset export job.
jobName
- The name of the dataset export job.public String getJobName()
The name of the dataset export job.
public DatasetExportJobSummary withJobName(String jobName)
The name of the dataset export job.
jobName
- The name of the dataset export job.public void setStatus(String status)
The status of the dataset export job.
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
status
- The status of the dataset export job.
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
public String getStatus()
The status of the dataset export job.
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
public DatasetExportJobSummary withStatus(String status)
The status of the dataset export job.
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
status
- The status of the dataset export job.
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
public void setCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset export job was created.
creationDateTime
- The date and time (in Unix time) that the dataset export job was created.public Date getCreationDateTime()
The date and time (in Unix time) that the dataset export job was created.
public DatasetExportJobSummary withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset export job was created.
creationDateTime
- The date and time (in Unix time) that the dataset export job was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset export job status was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the dataset export job status was last updated.public Date getLastUpdatedDateTime()
The date and time (in Unix time) that the dataset export job status was last updated.
public DatasetExportJobSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset export job status was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the dataset export job status was last updated.public void setFailureReason(String failureReason)
If a dataset export job fails, the reason behind the failure.
failureReason
- If a dataset export job fails, the reason behind the failure.public String getFailureReason()
If a dataset export job fails, the reason behind the failure.
public DatasetExportJobSummary withFailureReason(String failureReason)
If a dataset export job fails, the reason behind the failure.
failureReason
- If a dataset export job fails, the reason behind the failure.public String toString()
toString
in class Object
Object.toString()
public DatasetExportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.