@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A unique 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 Amazon QuickSight namespaces that you want to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A unique 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 Amazon QuickSight namespaces that you want to list.
|
ListNamespacesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListNamespacesRequest |
withNextToken(String nextToken)
A unique pagination token that can be used in a subsequent request.
|
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, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.
awsAccountId
- The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to
list.public String getAwsAccountId()
The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.
public ListNamespacesRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.
awsAccountId
- The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to
list.public void setNextToken(String nextToken)
A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the
response body of a previous ListNameSpaces
API call if there is more data that can be returned. To
receive the data, make another ListNamespaces
API call with the returned token to retrieve the next
page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces
API call with an
expired token, you will receive a HTTP 400 InvalidNextTokenException
error.
nextToken
- A unique pagination token that can be used in a subsequent request. You will receive a pagination token in
the response body of a previous ListNameSpaces
API call if there is more data that can be
returned. To receive the data, make another ListNamespaces
API call with the returned token
to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a
ListNamespaces
API call with an expired token, you will receive a
HTTP 400 InvalidNextTokenException
error.public String getNextToken()
A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the
response body of a previous ListNameSpaces
API call if there is more data that can be returned. To
receive the data, make another ListNamespaces
API call with the returned token to retrieve the next
page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces
API call with an
expired token, you will receive a HTTP 400 InvalidNextTokenException
error.
ListNameSpaces
API call if there is more data that can be
returned. To receive the data, make another ListNamespaces
API call with the returned token
to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a
ListNamespaces
API call with an expired token, you will receive a
HTTP 400 InvalidNextTokenException
error.public ListNamespacesRequest withNextToken(String nextToken)
A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the
response body of a previous ListNameSpaces
API call if there is more data that can be returned. To
receive the data, make another ListNamespaces
API call with the returned token to retrieve the next
page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces
API call with an
expired token, you will receive a HTTP 400 InvalidNextTokenException
error.
nextToken
- A unique pagination token that can be used in a subsequent request. You will receive a pagination token in
the response body of a previous ListNameSpaces
API call if there is more data that can be
returned. To receive the data, make another ListNamespaces
API call with the returned token
to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a
ListNamespaces
API call with an expired token, you will receive a
HTTP 400 InvalidNextTokenException
error.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 Object
Object.toString()
public ListNamespacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()