@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDatabasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDatabasesRequest() |
Modifier and Type | Method and Description |
---|---|
GetDatabasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog from which to retrieve
Databases . |
Integer |
getMaxResults()
The maximum number of databases to return in one response.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog from which to retrieve
Databases . |
void |
setMaxResults(Integer maxResults)
The maximum number of databases to return in one response.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDatabasesRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog from which to retrieve
Databases . |
GetDatabasesRequest |
withMaxResults(Integer maxResults)
The maximum number of databases to return in one response.
|
GetDatabasesRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
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 setCatalogId(String catalogId)
The ID of the Data Catalog from which to retrieve Databases
. If none is supplied, the AWS account ID
is used by default.
catalogId
- The ID of the Data Catalog from which to retrieve Databases
. If none is supplied, the AWS
account ID is used by default.public String getCatalogId()
The ID of the Data Catalog from which to retrieve Databases
. If none is supplied, the AWS account ID
is used by default.
Databases
. If none is supplied, the AWS
account ID is used by default.public GetDatabasesRequest withCatalogId(String catalogId)
The ID of the Data Catalog from which to retrieve Databases
. If none is supplied, the AWS account ID
is used by default.
catalogId
- The ID of the Data Catalog from which to retrieve Databases
. If none is supplied, the AWS
account ID is used by default.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public GetDatabasesRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public void setMaxResults(Integer maxResults)
The maximum number of databases to return in one response.
maxResults
- The maximum number of databases to return in one response.public Integer getMaxResults()
The maximum number of databases to return in one response.
public GetDatabasesRequest withMaxResults(Integer maxResults)
The maximum number of databases to return in one response.
maxResults
- The maximum number of databases to return in one response.public String toString()
toString
in class Object
Object.toString()
public GetDatabasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.