@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public ExportTableToPointInTimeResult clone()