/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The unique identifier of the reserved node offering you want to purchase.
*/ inline const Aws::String& GetReservedNodeOfferingId() const{ return m_reservedNodeOfferingId; } /** *The unique identifier of the reserved node offering you want to purchase.
*/ inline bool ReservedNodeOfferingIdHasBeenSet() const { return m_reservedNodeOfferingIdHasBeenSet; } /** *The unique identifier of the reserved node offering you want to purchase.
*/ inline void SetReservedNodeOfferingId(const Aws::String& value) { m_reservedNodeOfferingIdHasBeenSet = true; m_reservedNodeOfferingId = value; } /** *The unique identifier of the reserved node offering you want to purchase.
*/ inline void SetReservedNodeOfferingId(Aws::String&& value) { m_reservedNodeOfferingIdHasBeenSet = true; m_reservedNodeOfferingId = std::move(value); } /** *The unique identifier of the reserved node offering you want to purchase.
*/ inline void SetReservedNodeOfferingId(const char* value) { m_reservedNodeOfferingIdHasBeenSet = true; m_reservedNodeOfferingId.assign(value); } /** *The unique identifier of the reserved node offering you want to purchase.
*/ inline PurchaseReservedNodeOfferingRequest& WithReservedNodeOfferingId(const Aws::String& value) { SetReservedNodeOfferingId(value); return *this;} /** *The unique identifier of the reserved node offering you want to purchase.
*/ inline PurchaseReservedNodeOfferingRequest& WithReservedNodeOfferingId(Aws::String&& value) { SetReservedNodeOfferingId(std::move(value)); return *this;} /** *The unique identifier of the reserved node offering you want to purchase.
*/ inline PurchaseReservedNodeOfferingRequest& WithReservedNodeOfferingId(const char* value) { SetReservedNodeOfferingId(value); return *this;} /** *The number of reserved nodes that you want to purchase.
Default:
* 1
The number of reserved nodes that you want to purchase.
Default:
* 1
The number of reserved nodes that you want to purchase.
Default:
* 1
The number of reserved nodes that you want to purchase.
Default:
* 1