@Generated(value="software.amazon.awssdk:codegen") public final class GetReservedNodeExchangeOfferingsResponse extends RedshiftResponse implements ToCopyableBuilder<GetReservedNodeExchangeOfferingsResponse.Builder,GetReservedNodeExchangeOfferingsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetReservedNodeExchangeOfferingsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetReservedNodeExchangeOfferingsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasReservedNodeOfferings()
Returns true if the ReservedNodeOfferings property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
marker()
An optional parameter that specifies the starting point for returning a set of response records.
|
List<ReservedNodeOffering> |
reservedNodeOfferings()
Returns an array of ReservedNodeOffering objects.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetReservedNodeExchangeOfferingsResponse.Builder> |
serializableBuilderClass() |
GetReservedNodeExchangeOfferingsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String marker()
An optional parameter that specifies the starting point for returning a set of response records. When the results
of a GetReservedNodeExchangeOfferings request exceed the value specified in MaxRecords, Amazon
Redshift returns a value in the marker field of the response. You can retrieve the next set of response records
by providing the returned marker value in the marker parameter and retrying the request.
GetReservedNodeExchangeOfferings request exceed the value specified in
MaxRecords, Amazon Redshift returns a value in the marker field of the response. You can retrieve the
next set of response records by providing the returned marker value in the marker parameter and retrying
the request.public final boolean hasReservedNodeOfferings()
public final List<ReservedNodeOffering> reservedNodeOfferings()
Returns an array of ReservedNodeOffering objects.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasReservedNodeOfferings() to see if a value was sent in this field.
public GetReservedNodeExchangeOfferingsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetReservedNodeExchangeOfferingsResponse.Builder,GetReservedNodeExchangeOfferingsResponse>toBuilder in class AwsResponsepublic static GetReservedNodeExchangeOfferingsResponse.Builder builder()
public static Class<? extends GetReservedNodeExchangeOfferingsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.