AWS SDK for C++

AWS SDK for C++ Version 1.11.850

Loading...
Searching...
No Matches
RulesConfiguration.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
30 public:
31 AWS_CONNECT_API RulesConfiguration() = default;
34 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline Behavior GetBehavior() const { return m_behavior; }
42 inline bool BehaviorHasBeenSet() const { return m_behaviorHasBeenSet; }
43 inline void SetBehavior(Behavior value) {
44 m_behaviorHasBeenSet = true;
45 m_behavior = value;
46 }
48 SetBehavior(value);
49 return *this;
50 }
52 private:
53 Behavior m_behavior{Behavior::NOT_SET};
54 bool m_behaviorHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Connect
59} // namespace Aws
RulesConfiguration & WithBehavior(Behavior value)
AWS_CONNECT_API RulesConfiguration()=default
AWS_CONNECT_API RulesConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API RulesConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue