/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for results of a DescribeReservedInstanceOfferings
* request.See Also:
AWS
* API Reference
When nextToken
is returned, there are more results available.
* The value of nextToken
is a unique pagination token for each page.
* Make the call again using the returned token to retrieve the next page.
When nextToken
is returned, there are more results available.
* The value of nextToken
is a unique pagination token for each page.
* Make the call again using the returned token to retrieve the next page.
When nextToken
is returned, there are more results available.
* The value of nextToken
is a unique pagination token for each page.
* Make the call again using the returned token to retrieve the next page.
When nextToken
is returned, there are more results available.
* The value of nextToken
is a unique pagination token for each page.
* Make the call again using the returned token to retrieve the next page.
When nextToken
is returned, there are more results available.
* The value of nextToken
is a unique pagination token for each page.
* Make the call again using the returned token to retrieve the next page.
When nextToken
is returned, there are more results available.
* The value of nextToken
is a unique pagination token for each page.
* Make the call again using the returned token to retrieve the next page.
When nextToken
is returned, there are more results available.
* The value of nextToken
is a unique pagination token for each page.
* Make the call again using the returned token to retrieve the next page.
List of Reserved Instance offerings.
*/ inline const Aws::VectorList of Reserved Instance offerings.
*/ inline void SetReservedInstanceOfferings(const Aws::VectorList of Reserved Instance offerings.
*/ inline void SetReservedInstanceOfferings(Aws::VectorList of Reserved Instance offerings.
*/ inline DescribeReservedInstanceOfferingsResult& WithReservedInstanceOfferings(const Aws::VectorList of Reserved Instance offerings.
*/ inline DescribeReservedInstanceOfferingsResult& WithReservedInstanceOfferings(Aws::VectorList of Reserved Instance offerings.
*/ inline DescribeReservedInstanceOfferingsResult& AddReservedInstanceOfferings(const ReservedInstanceOffering& value) { m_reservedInstanceOfferings.push_back(value); return *this; } /** *List of Reserved Instance offerings.
*/ inline DescribeReservedInstanceOfferingsResult& AddReservedInstanceOfferings(ReservedInstanceOffering&& value) { m_reservedInstanceOfferings.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeReservedInstanceOfferingsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeReservedInstanceOfferingsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeReservedInstanceOfferingsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_nextToken; Aws::Vector