AWS SDK for C++

AWS SDK for C++ Version 1.11.849

Loading...
Searching...
No Matches
SentimentConfiguration.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/Behavior.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
29 public:
30 AWS_CONNECT_API SentimentConfiguration() = default;
33 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline Behavior GetBehavior() const { return m_behavior; }
41 inline bool BehaviorHasBeenSet() const { return m_behaviorHasBeenSet; }
42 inline void SetBehavior(Behavior value) {
43 m_behaviorHasBeenSet = true;
44 m_behavior = value;
45 }
47 SetBehavior(value);
48 return *this;
49 }
51 private:
52 Behavior m_behavior{Behavior::NOT_SET};
53 bool m_behaviorHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace Connect
58} // namespace Aws
AWS_CONNECT_API SentimentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API SentimentConfiguration()=default
AWS_CONNECT_API SentimentConfiguration(Aws::Utils::Json::JsonView jsonValue)
SentimentConfiguration & WithBehavior(Behavior value)
Aws::Utils::Json::JsonValue JsonValue