AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataPrivacy.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace LexModelsV2
20{
21namespace Model
22{
23
33 {
34 public:
35 AWS_LEXMODELSV2_API DataPrivacy();
36 AWS_LEXMODELSV2_API DataPrivacy(Aws::Utils::Json::JsonView jsonValue);
37 AWS_LEXMODELSV2_API DataPrivacy& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
67 inline bool GetChildDirected() const{ return m_childDirected; }
68 inline bool ChildDirectedHasBeenSet() const { return m_childDirectedHasBeenSet; }
69 inline void SetChildDirected(bool value) { m_childDirectedHasBeenSet = true; m_childDirected = value; }
70 inline DataPrivacy& WithChildDirected(bool value) { SetChildDirected(value); return *this;}
72 private:
73
74 bool m_childDirected;
75 bool m_childDirectedHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace LexModelsV2
80} // namespace Aws
AWS_LEXMODELSV2_API DataPrivacy & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API DataPrivacy()
DataPrivacy & WithChildDirected(bool value)
Definition DataPrivacy.h:70
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API DataPrivacy(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue