@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTask extends Object implements Serializable, Cloneable, StructuredPojo
Export task.
Constructor and Description |
---|
ExportTask() |
Modifier and Type | Method and Description |
---|---|
ExportTask |
clone() |
boolean |
equals(Object obj) |
String |
getCreationDateTime()
Export task creation datetime.
|
String |
getEndDateTime()
Export task end datetime.
|
String |
getExportID()
Export task id.
|
Float |
getProgressPercentage()
Export task progress percentage.
|
String |
getS3Bucket()
Export task s3 bucket.
|
String |
getS3BucketOwner()
Export task s3 bucket owner.
|
String |
getS3Key()
Export task s3 key.
|
String |
getStatus()
Export task status.
|
ExportTaskSummary |
getSummary()
Export task summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(String creationDateTime)
Export task creation datetime.
|
void |
setEndDateTime(String endDateTime)
Export task end datetime.
|
void |
setExportID(String exportID)
Export task id.
|
void |
setProgressPercentage(Float progressPercentage)
Export task progress percentage.
|
void |
setS3Bucket(String s3Bucket)
Export task s3 bucket.
|
void |
setS3BucketOwner(String s3BucketOwner)
Export task s3 bucket owner.
|
void |
setS3Key(String s3Key)
Export task s3 key.
|
void |
setStatus(String status)
Export task status.
|
void |
setSummary(ExportTaskSummary summary)
Export task summary.
|
String |
toString()
Returns a string representation of this object.
|
ExportTask |
withCreationDateTime(String creationDateTime)
Export task creation datetime.
|
ExportTask |
withEndDateTime(String endDateTime)
Export task end datetime.
|
ExportTask |
withExportID(String exportID)
Export task id.
|
ExportTask |
withProgressPercentage(Float progressPercentage)
Export task progress percentage.
|
ExportTask |
withS3Bucket(String s3Bucket)
Export task s3 bucket.
|
ExportTask |
withS3BucketOwner(String s3BucketOwner)
Export task s3 bucket owner.
|
ExportTask |
withS3Key(String s3Key)
Export task s3 key.
|
ExportTask |
withStatus(ExportStatus status)
Export task status.
|
ExportTask |
withStatus(String status)
Export task status.
|
ExportTask |
withSummary(ExportTaskSummary summary)
Export task summary.
|
public void setCreationDateTime(String creationDateTime)
Export task creation datetime.
creationDateTime
- Export task creation datetime.public String getCreationDateTime()
Export task creation datetime.
public ExportTask withCreationDateTime(String creationDateTime)
Export task creation datetime.
creationDateTime
- Export task creation datetime.public void setEndDateTime(String endDateTime)
Export task end datetime.
endDateTime
- Export task end datetime.public String getEndDateTime()
Export task end datetime.
public ExportTask withEndDateTime(String endDateTime)
Export task end datetime.
endDateTime
- Export task end datetime.public void setExportID(String exportID)
Export task id.
exportID
- Export task id.public String getExportID()
Export task id.
public ExportTask withExportID(String exportID)
Export task id.
exportID
- Export task id.public void setProgressPercentage(Float progressPercentage)
Export task progress percentage.
progressPercentage
- Export task progress percentage.public Float getProgressPercentage()
Export task progress percentage.
public ExportTask withProgressPercentage(Float progressPercentage)
Export task progress percentage.
progressPercentage
- Export task progress percentage.public void setS3Bucket(String s3Bucket)
Export task s3 bucket.
s3Bucket
- Export task s3 bucket.public String getS3Bucket()
Export task s3 bucket.
public ExportTask withS3Bucket(String s3Bucket)
Export task s3 bucket.
s3Bucket
- Export task s3 bucket.public void setS3BucketOwner(String s3BucketOwner)
Export task s3 bucket owner.
s3BucketOwner
- Export task s3 bucket owner.public String getS3BucketOwner()
Export task s3 bucket owner.
public ExportTask withS3BucketOwner(String s3BucketOwner)
Export task s3 bucket owner.
s3BucketOwner
- Export task s3 bucket owner.public void setS3Key(String s3Key)
Export task s3 key.
s3Key
- Export task s3 key.public String getS3Key()
Export task s3 key.
public ExportTask withS3Key(String s3Key)
Export task s3 key.
s3Key
- Export task s3 key.public void setStatus(String status)
Export task status.
status
- Export task status.ExportStatus
public String getStatus()
Export task status.
ExportStatus
public ExportTask withStatus(String status)
Export task status.
status
- Export task status.ExportStatus
public ExportTask withStatus(ExportStatus status)
Export task status.
status
- Export task status.ExportStatus
public void setSummary(ExportTaskSummary summary)
Export task summary.
summary
- Export task summary.public ExportTaskSummary getSummary()
Export task summary.
public ExportTask withSummary(ExportTaskSummary summary)
Export task summary.
summary
- Export task summary.public String toString()
toString
in class Object
Object.toString()
public ExportTask clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.