AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
LayerCustomActionOperation.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/CustomActionFilterOperation.h>
9#include <aws/quicksight/model/CustomActionNavigationOperation.h>
10#include <aws/quicksight/model/CustomActionURLOperation.h>
11#include <aws/quicksight/model/CustomActionSetParametersOperation.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace QuickSight
25{
26namespace Model
27{
28
37 {
38 public:
39 AWS_QUICKSIGHT_API LayerCustomActionOperation() = default;
42 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
47 inline const CustomActionFilterOperation& GetFilterOperation() const { return m_filterOperation; }
48 inline bool FilterOperationHasBeenSet() const { return m_filterOperationHasBeenSet; }
49 template<typename FilterOperationT = CustomActionFilterOperation>
50 void SetFilterOperation(FilterOperationT&& value) { m_filterOperationHasBeenSet = true; m_filterOperation = std::forward<FilterOperationT>(value); }
51 template<typename FilterOperationT = CustomActionFilterOperation>
52 LayerCustomActionOperation& WithFilterOperation(FilterOperationT&& value) { SetFilterOperation(std::forward<FilterOperationT>(value)); return *this;}
54
56
57 inline const CustomActionNavigationOperation& GetNavigationOperation() const { return m_navigationOperation; }
58 inline bool NavigationOperationHasBeenSet() const { return m_navigationOperationHasBeenSet; }
59 template<typename NavigationOperationT = CustomActionNavigationOperation>
60 void SetNavigationOperation(NavigationOperationT&& value) { m_navigationOperationHasBeenSet = true; m_navigationOperation = std::forward<NavigationOperationT>(value); }
61 template<typename NavigationOperationT = CustomActionNavigationOperation>
62 LayerCustomActionOperation& WithNavigationOperation(NavigationOperationT&& value) { SetNavigationOperation(std::forward<NavigationOperationT>(value)); return *this;}
64
66
67 inline const CustomActionURLOperation& GetURLOperation() const { return m_uRLOperation; }
68 inline bool URLOperationHasBeenSet() const { return m_uRLOperationHasBeenSet; }
69 template<typename URLOperationT = CustomActionURLOperation>
70 void SetURLOperation(URLOperationT&& value) { m_uRLOperationHasBeenSet = true; m_uRLOperation = std::forward<URLOperationT>(value); }
71 template<typename URLOperationT = CustomActionURLOperation>
72 LayerCustomActionOperation& WithURLOperation(URLOperationT&& value) { SetURLOperation(std::forward<URLOperationT>(value)); return *this;}
74
76
77 inline const CustomActionSetParametersOperation& GetSetParametersOperation() const { return m_setParametersOperation; }
78 inline bool SetParametersOperationHasBeenSet() const { return m_setParametersOperationHasBeenSet; }
79 template<typename SetParametersOperationT = CustomActionSetParametersOperation>
80 void SetSetParametersOperation(SetParametersOperationT&& value) { m_setParametersOperationHasBeenSet = true; m_setParametersOperation = std::forward<SetParametersOperationT>(value); }
81 template<typename SetParametersOperationT = CustomActionSetParametersOperation>
82 LayerCustomActionOperation& WithSetParametersOperation(SetParametersOperationT&& value) { SetSetParametersOperation(std::forward<SetParametersOperationT>(value)); return *this;}
84 private:
85
86 CustomActionFilterOperation m_filterOperation;
87 bool m_filterOperationHasBeenSet = false;
88
89 CustomActionNavigationOperation m_navigationOperation;
90 bool m_navigationOperationHasBeenSet = false;
91
92 CustomActionURLOperation m_uRLOperation;
93 bool m_uRLOperationHasBeenSet = false;
94
95 CustomActionSetParametersOperation m_setParametersOperation;
96 bool m_setParametersOperationHasBeenSet = false;
97 };
98
99} // namespace Model
100} // namespace QuickSight
101} // namespace Aws
const CustomActionFilterOperation & GetFilterOperation() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
LayerCustomActionOperation & WithURLOperation(URLOperationT &&value)
LayerCustomActionOperation & WithFilterOperation(FilterOperationT &&value)
LayerCustomActionOperation & WithSetParametersOperation(SetParametersOperationT &&value)
AWS_QUICKSIGHT_API LayerCustomActionOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
const CustomActionURLOperation & GetURLOperation() const
const CustomActionSetParametersOperation & GetSetParametersOperation() const
AWS_QUICKSIGHT_API LayerCustomActionOperation(Aws::Utils::Json::JsonView jsonValue)
LayerCustomActionOperation & WithNavigationOperation(NavigationOperationT &&value)
void SetSetParametersOperation(SetParametersOperationT &&value)
AWS_QUICKSIGHT_API LayerCustomActionOperation()=default
const CustomActionNavigationOperation & GetNavigationOperation() const
Aws::Utils::Json::JsonValue JsonValue