@Generated(value="software.amazon.awssdk:codegen") public final class ListDatabasesRequest extends RedshiftDataRequest implements ToCopyableBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDatabasesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDatabasesRequest.Builder |
builder() |
String |
clusterIdentifier()
The cluster identifier.
|
String |
database()
The name of the database.
|
String |
dbUser()
The database user name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of databases to return in the response.
|
String |
nextToken()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The name or ARN of the secret that enables access to the database.
|
static Class<? extends ListDatabasesRequest.Builder> |
serializableBuilderClass() |
ListDatabasesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterIdentifier()
The cluster identifier. This parameter is required when authenticating using either AWS Secrets Manager or temporary credentials.
public final String database()
The name of the database. This parameter is required when authenticating using temporary credentials.
public final String dbUser()
The database user name. This parameter is required when authenticating using temporary credentials.
public final Integer maxResults()
The maximum number of databases to return in the response. If more databases exist than fit in one response, then
NextToken is returned to page through the results.
NextToken is returned to page through the results.public final String nextToken()
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
public final String secretArn()
The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using AWS Secrets Manager.
public ListDatabasesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>toBuilder in class RedshiftDataRequestpublic static ListDatabasesRequest.Builder builder()
public static Class<? extends ListDatabasesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.