@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about an export task.
| Constructor and Description |
|---|
ExportSummary() |
| Modifier and Type | Method and Description |
|---|---|
ExportSummary |
clone() |
boolean |
equals(Object obj) |
String |
getExportArn()
The Amazon Resource Name (ARN) of the export.
|
String |
getExportStatus()
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExportArn(String exportArn)
The Amazon Resource Name (ARN) of the export.
|
void |
setExportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
String |
toString()
Returns a string representation of this object.
|
ExportSummary |
withExportArn(String exportArn)
The Amazon Resource Name (ARN) of the export.
|
ExportSummary |
withExportStatus(ExportStatus exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
ExportSummary |
withExportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
public void setExportArn(String exportArn)
The Amazon Resource Name (ARN) of the export.
exportArn - The Amazon Resource Name (ARN) of the export.public String getExportArn()
The Amazon Resource Name (ARN) of the export.
public ExportSummary withExportArn(String exportArn)
The Amazon Resource Name (ARN) of the export.
exportArn - The Amazon Resource Name (ARN) of the export.public void setExportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
exportStatus - Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportStatuspublic String getExportStatus()
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
ExportStatuspublic ExportSummary withExportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
exportStatus - Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportStatuspublic ExportSummary withExportStatus(ExportStatus exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
exportStatus - Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportStatuspublic String toString()
toString in class ObjectObject.toString()public ExportSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.