@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTableRestoreStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTableRestoreStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTableRestoreStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNamespaceName()
The namespace from which to list all of the statuses of
RestoreTableFromSnapshot operations . |
String |
getNextToken()
If your initial
ListTableRestoreStatus operation returns a nextToken, you can include the returned
nextToken in following ListTableRestoreStatus operations. |
String |
getWorkgroupName()
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshot operations. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNamespaceName(String namespaceName)
The namespace from which to list all of the statuses of
RestoreTableFromSnapshot operations . |
void |
setNextToken(String nextToken)
If your initial
ListTableRestoreStatus operation returns a nextToken, you can include the returned
nextToken in following ListTableRestoreStatus operations. |
void |
setWorkgroupName(String workgroupName)
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshot operations. |
String |
toString()
Returns a string representation of this object.
|
ListTableRestoreStatusRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListTableRestoreStatusRequest |
withNamespaceName(String namespaceName)
The namespace from which to list all of the statuses of
RestoreTableFromSnapshot operations . |
ListTableRestoreStatusRequest |
withNextToken(String nextToken)
If your initial
ListTableRestoreStatus operation returns a nextToken, you can include the returned
nextToken in following ListTableRestoreStatus operations. |
ListTableRestoreStatusRequest |
withWorkgroupName(String workgroupName)
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshot operations. |
addHandlerContext, 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 setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use nextToken to
display the next page of results.public Integer getMaxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
public ListTableRestoreStatusRequest withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use nextToken to
display the next page of results.public void setNamespaceName(String namespaceName)
The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .
namespaceName - The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .public String getNamespaceName()
The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .
RestoreTableFromSnapshot operations
.public ListTableRestoreStatusRequest withNamespaceName(String namespaceName)
The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .
namespaceName - The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .public void setNextToken(String nextToken)
If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned
nextToken in following ListTableRestoreStatus operations. This will return results on
the next page.
nextToken - If your initial ListTableRestoreStatus operation returns a nextToken, you can include the
returned nextToken in following ListTableRestoreStatus operations. This will
return results on the next page.public String getNextToken()
If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned
nextToken in following ListTableRestoreStatus operations. This will return results on
the next page.
ListTableRestoreStatus operation returns a nextToken, you can include the
returned nextToken in following ListTableRestoreStatus operations. This will
return results on the next page.public ListTableRestoreStatusRequest withNextToken(String nextToken)
If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned
nextToken in following ListTableRestoreStatus operations. This will return results on
the next page.
nextToken - If your initial ListTableRestoreStatus operation returns a nextToken, you can include the
returned nextToken in following ListTableRestoreStatus operations. This will
return results on the next page.public void setWorkgroupName(String workgroupName)
The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.
workgroupName - The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.public String getWorkgroupName()
The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.
RestoreTableFromSnapshot operations.public ListTableRestoreStatusRequest withWorkgroupName(String workgroupName)
The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.
workgroupName - The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.public String toString()
toString in class ObjectObject.toString()public ListTableRestoreStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()