@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNamespacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListNamespacesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the Amazon Web Services account; that contains the QuickSight namespaces that you want to list.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A pagination token that can be used in a subsequent request.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that contains the QuickSight namespaces that you want to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
ListNamespacesRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that contains the QuickSight namespaces that you want to list.
|
ListNamespacesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListNamespacesRequest |
withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
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 setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that contains the QuickSight namespaces that you want to list.
awsAccountId - The ID for the Amazon Web Services account; that contains the QuickSight namespaces that you want to list.public String getAwsAccountId()
The ID for the Amazon Web Services account; that contains the QuickSight namespaces that you want to list.
public ListNamespacesRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that contains the QuickSight namespaces that you want to list.
awsAccountId - The ID for the Amazon Web Services account; that contains the QuickSight namespaces that you want to list.public void setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.public String getNextToken()
A pagination token that can be used in a subsequent request.
public ListNamespacesRequest withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListNamespacesRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public String toString()
toString in class ObjectObject.toString()public ListNamespacesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.