@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKxDataviewsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListKxDataviewsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListKxDataviewsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the database where the dataviews were created.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
|
Integer |
getMaxResults()
The maximum number of results to return in this request.
|
String |
getNextToken()
A token that indicates where a results page should begin.
|
int |
hashCode() |
void |
setDatabaseName(String databaseName)
The name of the database where the dataviews were created.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
A token that indicates where a results page should begin.
|
String |
toString()
Returns a string representation of this object.
|
ListKxDataviewsRequest |
withDatabaseName(String databaseName)
The name of the database where the dataviews were created.
|
ListKxDataviewsRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
|
ListKxDataviewsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListKxDataviewsRequest |
withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
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 setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
environmentId - A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.public String getEnvironmentId()
A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
public ListKxDataviewsRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
environmentId - A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.public void setDatabaseName(String databaseName)
The name of the database where the dataviews were created.
databaseName - The name of the database where the dataviews were created.public String getDatabaseName()
The name of the database where the dataviews were created.
public ListKxDataviewsRequest withDatabaseName(String databaseName)
The name of the database where the dataviews were created.
databaseName - The name of the database where the dataviews were created.public void setNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken - A token that indicates where a results page should begin.public String getNextToken()
A token that indicates where a results page should begin.
public ListKxDataviewsRequest withNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken - A token that indicates where a results page should begin.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListKxDataviewsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public String toString()
toString in class ObjectObject.toString()public ListKxDataviewsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()