AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
JoinKeyProperties.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_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 QuickSight
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_QUICKSIGHT_API JoinKeyProperties();
34 AWS_QUICKSIGHT_API JoinKeyProperties(Aws::Utils::Json::JsonView jsonValue);
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
45 inline bool GetUniqueKey() const{ return m_uniqueKey; }
46 inline bool UniqueKeyHasBeenSet() const { return m_uniqueKeyHasBeenSet; }
47 inline void SetUniqueKey(bool value) { m_uniqueKeyHasBeenSet = true; m_uniqueKey = value; }
48 inline JoinKeyProperties& WithUniqueKey(bool value) { SetUniqueKey(value); return *this;}
50 private:
51
52 bool m_uniqueKey;
53 bool m_uniqueKeyHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace QuickSight
58} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API JoinKeyProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API JoinKeyProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
JoinKeyProperties & WithUniqueKey(bool value)
Aws::Utils::Json::JsonValue JsonValue