@Generated(value="software.amazon.awssdk:codegen") public final class DescribeGlobalClustersRequest extends NeptuneRequest implements ToCopyableBuilder<DescribeGlobalClustersRequest.Builder,DescribeGlobalClustersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeGlobalClustersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGlobalClustersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalClusterIdentifier()
The user-supplied DB cluster identifier.
|
int |
hashCode() |
String |
marker()
(Optional) A pagination token returned by a previous call to
DescribeGlobalClusters. |
Integer |
maxRecords()
The maximum number of records to include in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeGlobalClustersRequest.Builder> |
serializableBuilderClass() |
DescribeGlobalClustersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String globalClusterIdentifier()
The user-supplied DB cluster identifier. If this parameter is specified, only information about the specified DB cluster is returned. This parameter is not case-sensitive.
Constraints: If supplied, must match an existing DB cluster identifier.
Constraints: If supplied, must match an existing DB cluster identifier.
public final Integer maxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination marker token is included in the response that you can use to retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
MaxRecords value, a pagination marker token is included in the response that you can use to
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public final String marker()
(Optional) A pagination token returned by a previous call to DescribeGlobalClusters. If this
parameter is specified, the response will only include records beyond the marker, up to the number specified by
MaxRecords.
DescribeGlobalClusters.
If this parameter is specified, the response will only include records beyond the marker, up to the
number specified by MaxRecords.public DescribeGlobalClustersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeGlobalClustersRequest.Builder,DescribeGlobalClustersRequest>toBuilder in class NeptuneRequestpublic static DescribeGlobalClustersRequest.Builder builder()
public static Class<? extends DescribeGlobalClustersRequest.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 © 2023. All rights reserved.