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 interface
DescribeClusterDbRevisionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeClusterDbRevisionsRequest.Builder
builder()
String
clusterIdentifier()
A unique identifier for a cluster whoseClusterDbRevisions
you are requesting.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
marker()
An optional parameter that specifies the starting point for returning a set of response records.Integer
maxRecords()
The maximum number of response records to return in each call.List<SdkField<?>>
sdkFields()
static Class<? extends DescribeClusterDbRevisionsRequest.Builder>
serializableBuilderClass()
DescribeClusterDbRevisionsRequest.Builder
toBuilder()
String
toString()
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
ClusterDbRevisions
you 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
ClusterDbRevisions
you 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
marker
field of the response. You can retrieve the next set of response records by providing the returnedmarker
value in themarker
parameter 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
marker
field of the response. You can retrieve the next set of response records by providing the returnedmarker
value in themarker
parameter 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
DescribeClusterDbRevisions
request exceed the value specified inMaxRecords
, Amazon Redshift returns a value in themarker
field of the response. You can retrieve the next set of response records by providing the returnedmarker
value in themarker
parameter and retrying the request.Constraints: You can specify either the
ClusterIdentifier
parameter, or themarker
parameter, but not both.- Returns:
- An optional parameter that specifies the starting point for returning a set of response records. When the
results of a
DescribeClusterDbRevisions
request exceed the value specified inMaxRecords
, Amazon Redshift returns a value in themarker
field of the response. You can retrieve the next set of response records by providing the returnedmarker
value in themarker
parameter and retrying the request.Constraints: You can specify either the
ClusterIdentifier
parameter, or themarker
parameter, but not both.
-
toBuilder
public DescribeClusterDbRevisionsRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribeClusterDbRevisionsRequest.Builder,DescribeClusterDbRevisionsRequest>
- Specified by:
toBuilder
in classRedshiftRequest
-
builder
public static DescribeClusterDbRevisionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeClusterDbRevisionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
-