/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the automation configuration in numeric
* questions.See Also:
AWS
* API Reference
The property value of the automation.
*/ inline const NumericQuestionPropertyValueAutomation& GetPropertyValue() const{ return m_propertyValue; } /** *The property value of the automation.
*/ inline bool PropertyValueHasBeenSet() const { return m_propertyValueHasBeenSet; } /** *The property value of the automation.
*/ inline void SetPropertyValue(const NumericQuestionPropertyValueAutomation& value) { m_propertyValueHasBeenSet = true; m_propertyValue = value; } /** *The property value of the automation.
*/ inline void SetPropertyValue(NumericQuestionPropertyValueAutomation&& value) { m_propertyValueHasBeenSet = true; m_propertyValue = std::move(value); } /** *The property value of the automation.
*/ inline EvaluationFormNumericQuestionAutomation& WithPropertyValue(const NumericQuestionPropertyValueAutomation& value) { SetPropertyValue(value); return *this;} /** *The property value of the automation.
*/ inline EvaluationFormNumericQuestionAutomation& WithPropertyValue(NumericQuestionPropertyValueAutomation&& value) { SetPropertyValue(std::move(value)); return *this;} private: NumericQuestionPropertyValueAutomation m_propertyValue; bool m_propertyValueHasBeenSet = false; }; } // namespace Model } // namespace Connect } // namespace Aws