AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
NumericQuestionPropertyValueAutomation.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/NumericQuestionPropertyAutomationLabel.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Connect {
20namespace Model {
21
37 public:
38 AWS_CONNECT_API NumericQuestionPropertyValueAutomation() = default;
41 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
44
47 inline NumericQuestionPropertyAutomationLabel GetLabel() const { return m_label; }
48 inline bool LabelHasBeenSet() const { return m_labelHasBeenSet; }
50 m_labelHasBeenSet = true;
51 m_label = value;
52 }
54 SetLabel(value);
55 return *this;
56 }
58 private:
60 bool m_labelHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace Connect
65} // namespace Aws
AWS_CONNECT_API NumericQuestionPropertyValueAutomation(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
NumericQuestionPropertyValueAutomation & WithLabel(NumericQuestionPropertyAutomationLabel value)
AWS_CONNECT_API NumericQuestionPropertyValueAutomation & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue