AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
CrossChannelBehavior.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/BehaviorType.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 CrossChannelBehavior() = default;
34 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline BehaviorType GetBehaviorType() const { return m_behaviorType; }
42 inline bool BehaviorTypeHasBeenSet() const { return m_behaviorTypeHasBeenSet; }
43 inline void SetBehaviorType(BehaviorType value) {
44 m_behaviorTypeHasBeenSet = true;
45 m_behaviorType = value;
46 }
48 SetBehaviorType(value);
49 return *this;
50 }
52 private:
53 BehaviorType m_behaviorType{BehaviorType::NOT_SET};
54 bool m_behaviorTypeHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Connect
59} // namespace Aws
AWS_CONNECT_API CrossChannelBehavior()=default
AWS_CONNECT_API CrossChannelBehavior & operator=(Aws::Utils::Json::JsonView jsonValue)
CrossChannelBehavior & WithBehaviorType(BehaviorType value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API CrossChannelBehavior(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue