AWS SDK for C++

AWS SDK for C++ Version 1.11.755

Loading...
Searching...
No Matches
ImageCustomActionOperation.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/CustomActionNavigationOperation.h>
9#include <aws/quicksight/model/CustomActionSetParametersOperation.h>
10#include <aws/quicksight/model/CustomActionURLOperation.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
23
32 public:
33 AWS_QUICKSIGHT_API ImageCustomActionOperation() = default;
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
40 inline const CustomActionNavigationOperation& GetNavigationOperation() const { return m_navigationOperation; }
41 inline bool NavigationOperationHasBeenSet() const { return m_navigationOperationHasBeenSet; }
42 template <typename NavigationOperationT = CustomActionNavigationOperation>
43 void SetNavigationOperation(NavigationOperationT&& value) {
44 m_navigationOperationHasBeenSet = true;
45 m_navigationOperation = std::forward<NavigationOperationT>(value);
46 }
47 template <typename NavigationOperationT = CustomActionNavigationOperation>
48 ImageCustomActionOperation& WithNavigationOperation(NavigationOperationT&& value) {
49 SetNavigationOperation(std::forward<NavigationOperationT>(value));
50 return *this;
51 }
53
55
56 inline const CustomActionURLOperation& GetURLOperation() const { return m_uRLOperation; }
57 inline bool URLOperationHasBeenSet() const { return m_uRLOperationHasBeenSet; }
58 template <typename URLOperationT = CustomActionURLOperation>
59 void SetURLOperation(URLOperationT&& value) {
60 m_uRLOperationHasBeenSet = true;
61 m_uRLOperation = std::forward<URLOperationT>(value);
62 }
63 template <typename URLOperationT = CustomActionURLOperation>
65 SetURLOperation(std::forward<URLOperationT>(value));
66 return *this;
67 }
69
71
72 inline const CustomActionSetParametersOperation& GetSetParametersOperation() const { return m_setParametersOperation; }
73 inline bool SetParametersOperationHasBeenSet() const { return m_setParametersOperationHasBeenSet; }
74 template <typename SetParametersOperationT = CustomActionSetParametersOperation>
75 void SetSetParametersOperation(SetParametersOperationT&& value) {
76 m_setParametersOperationHasBeenSet = true;
77 m_setParametersOperation = std::forward<SetParametersOperationT>(value);
78 }
79 template <typename SetParametersOperationT = CustomActionSetParametersOperation>
80 ImageCustomActionOperation& WithSetParametersOperation(SetParametersOperationT&& value) {
81 SetSetParametersOperation(std::forward<SetParametersOperationT>(value));
82 return *this;
83 }
85 private:
86 CustomActionNavigationOperation m_navigationOperation;
87
88 CustomActionURLOperation m_uRLOperation;
89
90 CustomActionSetParametersOperation m_setParametersOperation;
91 bool m_navigationOperationHasBeenSet = false;
92 bool m_uRLOperationHasBeenSet = false;
93 bool m_setParametersOperationHasBeenSet = false;
94};
95
96} // namespace Model
97} // namespace QuickSight
98} // namespace Aws
const CustomActionSetParametersOperation & GetSetParametersOperation() const
const CustomActionURLOperation & GetURLOperation() const
ImageCustomActionOperation & WithNavigationOperation(NavigationOperationT &&value)
void SetSetParametersOperation(SetParametersOperationT &&value)
ImageCustomActionOperation & WithURLOperation(URLOperationT &&value)
AWS_QUICKSIGHT_API ImageCustomActionOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
const CustomActionNavigationOperation & GetNavigationOperation() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ImageCustomActionOperation & WithSetParametersOperation(SetParametersOperationT &&value)
AWS_QUICKSIGHT_API ImageCustomActionOperation()=default
AWS_QUICKSIGHT_API ImageCustomActionOperation(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue