@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()
Choice of whether to execute as a full export or incremental export.
|
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)
Choice of whether to execute as a full export or incremental export.
|
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)
Choice of whether to execute as a full export or incremental export.
|
ExportSummary |
withExportType(String exportType)
Choice of whether to execute as a full export or incremental export.
|
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)
Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
. If INCREMENTAL_EXPORT
is provided, the
IncrementalExportSpecification
must also be used.
exportType
- Choice of whether to execute as a full export or incremental export. Valid values are
FULL_EXPORT
or INCREMENTAL_EXPORT
. If INCREMENTAL_EXPORT
is
provided, the IncrementalExportSpecification
must also be used.ExportType
public String getExportType()
Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
. If INCREMENTAL_EXPORT
is provided, the
IncrementalExportSpecification
must also be used.
FULL_EXPORT
or INCREMENTAL_EXPORT
. If INCREMENTAL_EXPORT
is
provided, the IncrementalExportSpecification
must also be used.ExportType
public ExportSummary withExportType(String exportType)
Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
. If INCREMENTAL_EXPORT
is provided, the
IncrementalExportSpecification
must also be used.
exportType
- Choice of whether to execute as a full export or incremental export. Valid values are
FULL_EXPORT
or INCREMENTAL_EXPORT
. If INCREMENTAL_EXPORT
is
provided, the IncrementalExportSpecification
must also be used.ExportType
public ExportSummary withExportType(ExportType exportType)
Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT
or
INCREMENTAL_EXPORT
. If INCREMENTAL_EXPORT
is provided, the
IncrementalExportSpecification
must also be used.
exportType
- Choice of whether to execute as a full export or incremental export. Valid values are
FULL_EXPORT
or INCREMENTAL_EXPORT
. If INCREMENTAL_EXPORT
is
provided, the IncrementalExportSpecification
must also be used.ExportType
public String toString()
toString
in class Object
Object.toString()
public ExportSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.