Class DescribeGlobalClustersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.neptune.model.NeptuneRequest
-
- software.amazon.awssdk.services.neptune.model.DescribeGlobalClustersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeGlobalClustersRequest.Builder,DescribeGlobalClustersRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeGlobalClustersRequest extends NeptuneRequest implements ToCopyableBuilder<DescribeGlobalClustersRequest.Builder,DescribeGlobalClustersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeGlobalClustersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeGlobalClustersRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringglobalClusterIdentifier()The user-supplied DB cluster identifier.inthashCode()Stringmarker()(Optional) A pagination token returned by a previous call toDescribeGlobalClusters.IntegermaxRecords()The maximum number of records to include in the response.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeGlobalClustersRequest.Builder>serializableBuilderClass()DescribeGlobalClustersRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
globalClusterIdentifier
public 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.
- Returns:
- 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.
-
maxRecords
public final Integer maxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination marker token is included in the response that you can use to retrieve the remaining results.Default:
100Constraints: Minimum 20, maximum 100.
- Returns:
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination marker token is included in the response that you can use to retrieve the remaining results.Default:
100Constraints: Minimum 20, maximum 100.
-
marker
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 byMaxRecords.- Returns:
- (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 byMaxRecords.
-
toBuilder
public DescribeGlobalClustersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeGlobalClustersRequest.Builder,DescribeGlobalClustersRequest>- Specified by:
toBuilderin classNeptuneRequest
-
builder
public static DescribeGlobalClustersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeGlobalClustersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-