@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetExportResult() |
| Modifier and Type | Method and Description |
|---|---|
GetExportResult |
clone() |
boolean |
equals(Object obj) |
Export |
getExport()
The data for this specific export.
|
ExportStatus |
getExportStatus()
The status of this specific export.
|
int |
hashCode() |
void |
setExport(Export export)
The data for this specific export.
|
void |
setExportStatus(ExportStatus exportStatus)
The status of this specific export.
|
String |
toString()
Returns a string representation of this object.
|
GetExportResult |
withExport(Export export)
The data for this specific export.
|
GetExportResult |
withExportStatus(ExportStatus exportStatus)
The status of this specific export.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setExport(Export export)
The data for this specific export.
export - The data for this specific export.public Export getExport()
The data for this specific export.
public GetExportResult withExport(Export export)
The data for this specific export.
export - The data for this specific export.public void setExportStatus(ExportStatus exportStatus)
The status of this specific export.
exportStatus - The status of this specific export.public ExportStatus getExportStatus()
The status of this specific export.
public GetExportResult withExportStatus(ExportStatus exportStatus)
The status of this specific export.
exportStatus - The status of this specific export.public String toString()
toString in class ObjectObject.toString()public GetExportResult clone()