* 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.
*
* Returns an array of ReservedNodeOffering objects. *
*/ private com.amazonaws.internal.SdkInternalList
* 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 void setMarker(String marker) {
this.marker = 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 String getMarker() {
return this.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.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetReservedNodeExchangeOfferingsResult withMarker(String marker) {
setMarker(marker);
return this;
}
/**
* * Returns an array of ReservedNodeOffering objects. *
* * @return Returns an array of ReservedNodeOffering objects. */ public java.util.List* Returns an array of ReservedNodeOffering objects. *
* * @param reservedNodeOfferings * Returns an array of ReservedNodeOffering objects. */ public void setReservedNodeOfferings(java.util.Collection* Returns an array of ReservedNodeOffering objects. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setReservedNodeOfferings(java.util.Collection)} or * {@link #withReservedNodeOfferings(java.util.Collection)} if you want to override the existing values. *
* * @param reservedNodeOfferings * Returns an array of ReservedNodeOffering objects. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReservedNodeExchangeOfferingsResult withReservedNodeOfferings(ReservedNodeOffering... reservedNodeOfferings) { if (this.reservedNodeOfferings == null) { setReservedNodeOfferings(new com.amazonaws.internal.SdkInternalList* Returns an array of ReservedNodeOffering objects. *
* * @param reservedNodeOfferings * Returns an array of ReservedNodeOffering objects. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReservedNodeExchangeOfferingsResult withReservedNodeOfferings(java.util.Collection