AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RegisteredUserConsoleFeatureConfigurations.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/StatePersistenceConfigurations.h>
9#include <aws/quicksight/model/SharedViewConfigurations.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const StatePersistenceConfigurations& GetStatePersistence() const{ return m_statePersistence; }
48 inline bool StatePersistenceHasBeenSet() const { return m_statePersistenceHasBeenSet; }
49 inline void SetStatePersistence(const StatePersistenceConfigurations& value) { m_statePersistenceHasBeenSet = true; m_statePersistence = value; }
50 inline void SetStatePersistence(StatePersistenceConfigurations&& value) { m_statePersistenceHasBeenSet = true; m_statePersistence = std::move(value); }
54
56
59 inline const SharedViewConfigurations& GetSharedView() const{ return m_sharedView; }
60 inline bool SharedViewHasBeenSet() const { return m_sharedViewHasBeenSet; }
61 inline void SetSharedView(const SharedViewConfigurations& value) { m_sharedViewHasBeenSet = true; m_sharedView = value; }
62 inline void SetSharedView(SharedViewConfigurations&& value) { m_sharedViewHasBeenSet = true; m_sharedView = std::move(value); }
66 private:
67
68 StatePersistenceConfigurations m_statePersistence;
69 bool m_statePersistenceHasBeenSet = false;
70
71 SharedViewConfigurations m_sharedView;
72 bool m_sharedViewHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace QuickSight
77} // namespace Aws
RegisteredUserConsoleFeatureConfigurations & WithStatePersistence(const StatePersistenceConfigurations &value)
AWS_QUICKSIGHT_API RegisteredUserConsoleFeatureConfigurations & operator=(Aws::Utils::Json::JsonView jsonValue)
RegisteredUserConsoleFeatureConfigurations & WithSharedView(SharedViewConfigurations &&value)
AWS_QUICKSIGHT_API RegisteredUserConsoleFeatureConfigurations(Aws::Utils::Json::JsonView jsonValue)
RegisteredUserConsoleFeatureConfigurations & WithSharedView(const SharedViewConfigurations &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
RegisteredUserConsoleFeatureConfigurations & WithStatePersistence(StatePersistenceConfigurations &&value)
Aws::Utils::Json::JsonValue JsonValue