/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of DescribeReservedInstancesModifications.See
* Also:
AWS
* API Reference
The token to use to retrieve the next page of results. This value is
* null
when there are no more results to return.
The token to use to retrieve the next page of results. This value is
* null
when there are no more results to return.
The token to use to retrieve the next page of results. This value is
* null
when there are no more results to return.
The token to use to retrieve the next page of results. This value is
* null
when there are no more results to return.
The token to use to retrieve the next page of results. This value is
* null
when there are no more results to return.
The token to use to retrieve the next page of results. This value is
* null
when there are no more results to return.
The token to use to retrieve the next page of results. This value is
* null
when there are no more results to return.
The Reserved Instance modification information.
*/ inline const Aws::VectorThe Reserved Instance modification information.
*/ inline void SetReservedInstancesModifications(const Aws::VectorThe Reserved Instance modification information.
*/ inline void SetReservedInstancesModifications(Aws::VectorThe Reserved Instance modification information.
*/ inline DescribeReservedInstancesModificationsResponse& WithReservedInstancesModifications(const Aws::VectorThe Reserved Instance modification information.
*/ inline DescribeReservedInstancesModificationsResponse& WithReservedInstancesModifications(Aws::VectorThe Reserved Instance modification information.
*/ inline DescribeReservedInstancesModificationsResponse& AddReservedInstancesModifications(const ReservedInstancesModification& value) { m_reservedInstancesModifications.push_back(value); return *this; } /** *The Reserved Instance modification information.
*/ inline DescribeReservedInstancesModificationsResponse& AddReservedInstancesModifications(ReservedInstancesModification&& value) { m_reservedInstancesModifications.push_back(std::move(value)); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline DescribeReservedInstancesModificationsResponse& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DescribeReservedInstancesModificationsResponse& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::String m_nextToken; Aws::Vector