AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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/CustomActionURLOperation.h>
10#include <aws/quicksight/model/CustomActionSetParametersOperation.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_QUICKSIGHT_API ImageCustomActionOperation() = default;
41 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
46 inline const CustomActionNavigationOperation& GetNavigationOperation() const { return m_navigationOperation; }
47 inline bool NavigationOperationHasBeenSet() const { return m_navigationOperationHasBeenSet; }
48 template<typename NavigationOperationT = CustomActionNavigationOperation>
49 void SetNavigationOperation(NavigationOperationT&& value) { m_navigationOperationHasBeenSet = true; m_navigationOperation = std::forward<NavigationOperationT>(value); }
50 template<typename NavigationOperationT = CustomActionNavigationOperation>
51 ImageCustomActionOperation& WithNavigationOperation(NavigationOperationT&& value) { SetNavigationOperation(std::forward<NavigationOperationT>(value)); return *this;}
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) { m_uRLOperationHasBeenSet = true; m_uRLOperation = std::forward<URLOperationT>(value); }
60 template<typename URLOperationT = CustomActionURLOperation>
61 ImageCustomActionOperation& WithURLOperation(URLOperationT&& value) { SetURLOperation(std::forward<URLOperationT>(value)); return *this;}
63
65
66 inline const CustomActionSetParametersOperation& GetSetParametersOperation() const { return m_setParametersOperation; }
67 inline bool SetParametersOperationHasBeenSet() const { return m_setParametersOperationHasBeenSet; }
68 template<typename SetParametersOperationT = CustomActionSetParametersOperation>
69 void SetSetParametersOperation(SetParametersOperationT&& value) { m_setParametersOperationHasBeenSet = true; m_setParametersOperation = std::forward<SetParametersOperationT>(value); }
70 template<typename SetParametersOperationT = CustomActionSetParametersOperation>
71 ImageCustomActionOperation& WithSetParametersOperation(SetParametersOperationT&& value) { SetSetParametersOperation(std::forward<SetParametersOperationT>(value)); return *this;}
73 private:
74
75 CustomActionNavigationOperation m_navigationOperation;
76 bool m_navigationOperationHasBeenSet = false;
77
78 CustomActionURLOperation m_uRLOperation;
79 bool m_uRLOperationHasBeenSet = false;
80
81 CustomActionSetParametersOperation m_setParametersOperation;
82 bool m_setParametersOperationHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace QuickSight
87} // 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