@Generated(value="software.amazon.awssdk:codegen") public final class DescribeReservedNodesRequest extends MemoryDbRequest implements ToCopyableBuilder<DescribeReservedNodesRequest.Builder,DescribeReservedNodesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeReservedNodesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeReservedNodesRequest.Builder |
builder() |
String |
duration()
The 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 filter value.
|
String |
offeringType()
The offering type filter value.
|
String |
reservationId()
The reserved node identifier filter value.
|
String |
reservedNodesOfferingId()
The offering identifier filter value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeReservedNodesRequest.Builder> |
serializableBuilderClass() |
DescribeReservedNodesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String reservationId()
The reserved node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.
public final String reservedNodesOfferingId()
The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.
public final String nodeType()
The node type filter value. Use this parameter to show only those reservations matching the specified node type. For more information, see Supported node types.
public final String duration()
The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this 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 DescribeReservedNodesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeReservedNodesRequest.Builder,DescribeReservedNodesRequest>toBuilder in class MemoryDbRequestpublic static DescribeReservedNodesRequest.Builder builder()
public static Class<? extends DescribeReservedNodesRequest.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.