/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for results from DescribeReservedInstances
* 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 Instances in the current Region.
*/ inline const Aws::VectorList of Reserved Instances in the current Region.
*/ inline void SetReservedInstances(const Aws::VectorList of Reserved Instances in the current Region.
*/ inline void SetReservedInstances(Aws::VectorList of Reserved Instances in the current Region.
*/ inline DescribeReservedInstancesResult& WithReservedInstances(const Aws::VectorList of Reserved Instances in the current Region.
*/ inline DescribeReservedInstancesResult& WithReservedInstances(Aws::VectorList of Reserved Instances in the current Region.
*/ inline DescribeReservedInstancesResult& AddReservedInstances(const ReservedInstance& value) { m_reservedInstances.push_back(value); return *this; } /** *List of Reserved Instances in the current Region.
*/ inline DescribeReservedInstancesResult& AddReservedInstances(ReservedInstance&& value) { m_reservedInstances.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 DescribeReservedInstancesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeReservedInstancesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeReservedInstancesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_nextToken; Aws::Vector