@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.
|
String |
getExportType()
The type of export that was performed.
|
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.
|
void |
setExportType(String exportType)
The type of export that was performed.
|
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.
|
ExportSummary |
withExportType(ExportType exportType)
The type of export that was performed.
|
ExportSummary |
withExportType(String exportType)
The type of export that was performed.
|
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.ExportStatus
public String getExportStatus()
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
ExportStatus
public 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.ExportStatus
public 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.ExportStatus
public void setExportType(String exportType)
The type of export that was performed. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
.
exportType
- The type of export that was performed. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
.ExportType
public String getExportType()
The type of export that was performed. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
.
FULL_EXPORT
or
INCREMENTAL_EXPORT
.ExportType
public ExportSummary withExportType(String exportType)
The type of export that was performed. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
.
exportType
- The type of export that was performed. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
.ExportType
public ExportSummary withExportType(ExportType exportType)
The type of export that was performed. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
.
exportType
- The type of export that was performed. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
.ExportType
public String toString()
toString
in class Object
Object.toString()
public ExportSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.