@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableRestoreStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTableRestoreStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTableRestoreStatusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTableRestoreRequestId()
The ID of the
RestoreTableFromSnapshot request to return status for. |
int |
hashCode() |
void |
setTableRestoreRequestId(String tableRestoreRequestId)
The ID of the
RestoreTableFromSnapshot request to return status for. |
String |
toString()
Returns a string representation of this object.
|
GetTableRestoreStatusRequest |
withTableRestoreRequestId(String tableRestoreRequestId)
The ID of the
RestoreTableFromSnapshot request to return status for. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTableRestoreRequestId(String tableRestoreRequestId)
The ID of the RestoreTableFromSnapshot request to return status for.
tableRestoreRequestId - The ID of the RestoreTableFromSnapshot request to return status for.public String getTableRestoreRequestId()
The ID of the RestoreTableFromSnapshot request to return status for.
RestoreTableFromSnapshot request to return status for.public GetTableRestoreStatusRequest withTableRestoreRequestId(String tableRestoreRequestId)
The ID of the RestoreTableFromSnapshot request to return status for.
tableRestoreRequestId - The ID of the RestoreTableFromSnapshot request to return status for.public String toString()
toString in class ObjectObject.toString()public GetTableRestoreStatusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.