AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CodegenFeatureFlags.h
1
6#pragma once
7#include <aws/amplifyuibuilder/AmplifyUIBuilder_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 AmplifyUIBuilder
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_AMPLIFYUIBUILDER_API CodegenFeatureFlags();
34 AWS_AMPLIFYUIBUILDER_API CodegenFeatureFlags(Aws::Utils::Json::JsonView jsonValue);
35 AWS_AMPLIFYUIBUILDER_API CodegenFeatureFlags& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline bool GetIsRelationshipSupported() const{ return m_isRelationshipSupported; }
44 inline bool IsRelationshipSupportedHasBeenSet() const { return m_isRelationshipSupportedHasBeenSet; }
45 inline void SetIsRelationshipSupported(bool value) { m_isRelationshipSupportedHasBeenSet = true; m_isRelationshipSupported = value; }
48
50
53 inline bool GetIsNonModelSupported() const{ return m_isNonModelSupported; }
54 inline bool IsNonModelSupportedHasBeenSet() const { return m_isNonModelSupportedHasBeenSet; }
55 inline void SetIsNonModelSupported(bool value) { m_isNonModelSupportedHasBeenSet = true; m_isNonModelSupported = value; }
56 inline CodegenFeatureFlags& WithIsNonModelSupported(bool value) { SetIsNonModelSupported(value); return *this;}
58 private:
59
60 bool m_isRelationshipSupported;
61 bool m_isRelationshipSupportedHasBeenSet = false;
62
63 bool m_isNonModelSupported;
64 bool m_isNonModelSupportedHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace AmplifyUIBuilder
69} // namespace Aws
CodegenFeatureFlags & WithIsNonModelSupported(bool value)
AWS_AMPLIFYUIBUILDER_API CodegenFeatureFlags & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API CodegenFeatureFlags(Aws::Utils::Json::JsonView jsonValue)
CodegenFeatureFlags & WithIsRelationshipSupported(bool value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue