Class DescribeClusterDbRevisionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.redshift.model.RedshiftRequest
-
- software.amazon.awssdk.services.redshift.model.DescribeClusterDbRevisionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeClusterDbRevisionsRequest.Builder,DescribeClusterDbRevisionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeClusterDbRevisionsRequest extends RedshiftRequest implements ToCopyableBuilder<DescribeClusterDbRevisionsRequest.Builder,DescribeClusterDbRevisionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeClusterDbRevisionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeClusterDbRevisionsRequest.Builderbuilder()StringclusterIdentifier()A unique identifier for a cluster whoseClusterDbRevisionsyou are requesting.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmarker()An optional parameter that specifies the starting point for returning a set of response records.IntegermaxRecords()The maximum number of response records to return in each call.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeClusterDbRevisionsRequest.Builder>serializableBuilderClass()DescribeClusterDbRevisionsRequest.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
-
clusterIdentifier
public final String clusterIdentifier()
A unique identifier for a cluster whose
ClusterDbRevisionsyou are requesting. This parameter is case sensitive. All clusters defined for an account are returned by default.- Returns:
- A unique identifier for a cluster whose
ClusterDbRevisionsyou are requesting. This parameter is case sensitive. All clusters defined for an account are returned by default.
-
maxRecords
public final Integer maxRecords()
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in the
markerfield of the response. You can retrieve the next set of response records by providing the returnedmarkervalue in themarkerparameter and retrying the request.Default: 100
Constraints: minimum 20, maximum 100.
- Returns:
- The maximum number of response records to return in each call. If the number of remaining response
records exceeds the specified MaxRecords value, a value is returned in the
markerfield of the response. You can retrieve the next set of response records by providing the returnedmarkervalue in themarkerparameter and retrying the request.Default: 100
Constraints: minimum 20, maximum 100.
-
marker
public final String marker()
An optional parameter that specifies the starting point for returning a set of response records. When the results of a
DescribeClusterDbRevisionsrequest exceed the value specified inMaxRecords, Amazon Redshift returns a value in themarkerfield of the response. You can retrieve the next set of response records by providing the returnedmarkervalue in themarkerparameter and retrying the request.Constraints: You can specify either the
ClusterIdentifierparameter, or themarkerparameter, but not both.- Returns:
- An optional parameter that specifies the starting point for returning a set of response records. When the
results of a
DescribeClusterDbRevisionsrequest exceed the value specified inMaxRecords, Amazon Redshift returns a value in themarkerfield of the response. You can retrieve the next set of response records by providing the returnedmarkervalue in themarkerparameter and retrying the request.Constraints: You can specify either the
ClusterIdentifierparameter, or themarkerparameter, but not both.
-
toBuilder
public DescribeClusterDbRevisionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeClusterDbRevisionsRequest.Builder,DescribeClusterDbRevisionsRequest>- Specified by:
toBuilderin classRedshiftRequest
-
builder
public static DescribeClusterDbRevisionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeClusterDbRevisionsRequest.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
-
-