/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for the request parameters to the
* DescribeReservedInstances
operation.See Also:
AWS
* API Reference
The reserved instance identifier filter value. Use this parameter to show * only the reservation that matches the specified reserved OpenSearch instance * ID.
*/ inline const Aws::String& GetReservedInstanceId() const{ return m_reservedInstanceId; } /** *The reserved instance identifier filter value. Use this parameter to show * only the reservation that matches the specified reserved OpenSearch instance * ID.
*/ inline bool ReservedInstanceIdHasBeenSet() const { return m_reservedInstanceIdHasBeenSet; } /** *The reserved instance identifier filter value. Use this parameter to show * only the reservation that matches the specified reserved OpenSearch instance * ID.
*/ inline void SetReservedInstanceId(const Aws::String& value) { m_reservedInstanceIdHasBeenSet = true; m_reservedInstanceId = value; } /** *The reserved instance identifier filter value. Use this parameter to show * only the reservation that matches the specified reserved OpenSearch instance * ID.
*/ inline void SetReservedInstanceId(Aws::String&& value) { m_reservedInstanceIdHasBeenSet = true; m_reservedInstanceId = std::move(value); } /** *The reserved instance identifier filter value. Use this parameter to show * only the reservation that matches the specified reserved OpenSearch instance * ID.
*/ inline void SetReservedInstanceId(const char* value) { m_reservedInstanceIdHasBeenSet = true; m_reservedInstanceId.assign(value); } /** *The reserved instance identifier filter value. Use this parameter to show * only the reservation that matches the specified reserved OpenSearch instance * ID.
*/ inline DescribeReservedInstancesRequest& WithReservedInstanceId(const Aws::String& value) { SetReservedInstanceId(value); return *this;} /** *The reserved instance identifier filter value. Use this parameter to show * only the reservation that matches the specified reserved OpenSearch instance * ID.
*/ inline DescribeReservedInstancesRequest& WithReservedInstanceId(Aws::String&& value) { SetReservedInstanceId(std::move(value)); return *this;} /** *The reserved instance identifier filter value. Use this parameter to show * only the reservation that matches the specified reserved OpenSearch instance * ID.
*/ inline DescribeReservedInstancesRequest& WithReservedInstanceId(const char* value) { SetReservedInstanceId(value); return *this;} /** *An optional parameter that specifies the maximum number of results to return.
* You can use nextToken
to get the next page of results.
An optional parameter that specifies the maximum number of results to return.
* You can use nextToken
to get the next page of results.
An optional parameter that specifies the maximum number of results to return.
* You can use nextToken
to get the next page of results.
An optional parameter that specifies the maximum number of results to return.
* You can use nextToken
to get the next page of results.
If your initial DescribeReservedInstances
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeReservedInstances
operations, which returns
* results in the next page.
If your initial DescribeReservedInstances
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeReservedInstances
operations, which returns
* results in the next page.
If your initial DescribeReservedInstances
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeReservedInstances
operations, which returns
* results in the next page.
If your initial DescribeReservedInstances
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeReservedInstances
operations, which returns
* results in the next page.
If your initial DescribeReservedInstances
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeReservedInstances
operations, which returns
* results in the next page.
If your initial DescribeReservedInstances
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeReservedInstances
operations, which returns
* results in the next page.
If your initial DescribeReservedInstances
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeReservedInstances
operations, which returns
* results in the next page.
If your initial DescribeReservedInstances
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeReservedInstances
operations, which returns
* results in the next page.