@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTableToPointInTimeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportTableToPointInTimeResult() |
Modifier and Type | Method and Description |
---|---|
ExportTableToPointInTimeResult |
clone() |
boolean |
equals(Object obj) |
ExportDescription |
getExportDescription()
Contains a description of the table export.
|
int |
hashCode() |
void |
setExportDescription(ExportDescription exportDescription)
Contains a description of the table export.
|
String |
toString()
Returns a string representation of this object.
|
ExportTableToPointInTimeResult |
withExportDescription(ExportDescription exportDescription)
Contains a description of the table export.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExportDescription(ExportDescription exportDescription)
Contains a description of the table export.
exportDescription
- Contains a description of the table export.public ExportDescription getExportDescription()
Contains a description of the table export.
public ExportTableToPointInTimeResult withExportDescription(ExportDescription exportDescription)
Contains a description of the table export.
exportDescription
- Contains a description of the table export.public String toString()
toString
in class Object
Object.toString()
public ExportTableToPointInTimeResult clone()
Copyright © 2024. All rights reserved.