/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The parameter key-value pair used to update a provisioned
* product.See Also:
AWS
* API Reference
The parameter key.
*/ inline const Aws::String& GetKey() const{ return m_key; } /** *The parameter key.
*/ inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; } /** *The parameter key.
*/ inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; } /** *The parameter key.
*/ inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); } /** *The parameter key.
*/ inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); } /** *The parameter key.
*/ inline UpdateProvisioningParameter& WithKey(const Aws::String& value) { SetKey(value); return *this;} /** *The parameter key.
*/ inline UpdateProvisioningParameter& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} /** *The parameter key.
*/ inline UpdateProvisioningParameter& WithKey(const char* value) { SetKey(value); return *this;} /** *The parameter value.
*/ inline const Aws::String& GetValue() const{ return m_value; } /** *The parameter value.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *The parameter value.
*/ inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } /** *The parameter value.
*/ inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *The parameter value.
*/ inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } /** *The parameter value.
*/ inline UpdateProvisioningParameter& WithValue(const Aws::String& value) { SetValue(value); return *this;} /** *The parameter value.
*/ inline UpdateProvisioningParameter& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} /** *The parameter value.
*/ inline UpdateProvisioningParameter& WithValue(const char* value) { SetValue(value); return *this;} /** *If set to true, Value
is ignored and the previous parameter
* value is kept.
If set to true, Value
is ignored and the previous parameter
* value is kept.
If set to true, Value
is ignored and the previous parameter
* value is kept.
If set to true, Value
is ignored and the previous parameter
* value is kept.