@Generated(value="software.amazon.awssdk:codegen") public final class DescribeReservedNodesOfferingsRequest extends MemoryDbRequest implements ToCopyableBuilder<DescribeReservedNodesOfferingsRequest.Builder,DescribeReservedNodesOfferingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeReservedNodesOfferingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeReservedNodesOfferingsRequest.Builder |
builder() |
String |
duration()
Duration filter value, specified in years or seconds.
|
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 records to include in the response.
|
String |
nextToken()
An optional marker returned from a prior request.
|
String |
nodeType()
The node type for the reserved nodes.
|
String |
offeringType()
The offering type filter value.
|
String |
reservedNodesOfferingId()
The offering identifier filter value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeReservedNodesOfferingsRequest.Builder> |
serializableBuilderClass() |
DescribeReservedNodesOfferingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String reservedNodesOfferingId()
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
public final String nodeType()
The node type for the reserved nodes. For more information, see Supported node types.
public final String duration()
Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.
public final String offeringType()
The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"
public final Integer maxResults()
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
public final String nextToken()
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
public DescribeReservedNodesOfferingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeReservedNodesOfferingsRequest.Builder,DescribeReservedNodesOfferingsRequest>toBuilder in class MemoryDbRequestpublic static DescribeReservedNodesOfferingsRequest.Builder builder()
public static Class<? extends DescribeReservedNodesOfferingsRequest.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.