AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
CustomActionSetParametersOperation.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/SetParameterValueConfiguration.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
30 public:
31 AWS_QUICKSIGHT_API CustomActionSetParametersOperation() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 return m_parameterValueConfigurations;
42 }
43 inline bool ParameterValueConfigurationsHasBeenSet() const { return m_parameterValueConfigurationsHasBeenSet; }
44 template <typename ParameterValueConfigurationsT = Aws::Vector<SetParameterValueConfiguration>>
45 void SetParameterValueConfigurations(ParameterValueConfigurationsT&& value) {
46 m_parameterValueConfigurationsHasBeenSet = true;
47 m_parameterValueConfigurations = std::forward<ParameterValueConfigurationsT>(value);
48 }
49 template <typename ParameterValueConfigurationsT = Aws::Vector<SetParameterValueConfiguration>>
51 SetParameterValueConfigurations(std::forward<ParameterValueConfigurationsT>(value));
52 return *this;
53 }
54 template <typename ParameterValueConfigurationsT = SetParameterValueConfiguration>
56 m_parameterValueConfigurationsHasBeenSet = true;
57 m_parameterValueConfigurations.emplace_back(std::forward<ParameterValueConfigurationsT>(value));
58 return *this;
59 }
61 private:
62 Aws::Vector<SetParameterValueConfiguration> m_parameterValueConfigurations;
63 bool m_parameterValueConfigurationsHasBeenSet = false;
64};
65
66} // namespace Model
67} // namespace QuickSight
68} // namespace Aws
const Aws::Vector< SetParameterValueConfiguration > & GetParameterValueConfigurations() const
AWS_QUICKSIGHT_API CustomActionSetParametersOperation()=default
CustomActionSetParametersOperation & WithParameterValueConfigurations(ParameterValueConfigurationsT &&value)
CustomActionSetParametersOperation & AddParameterValueConfigurations(ParameterValueConfigurationsT &&value)
AWS_QUICKSIGHT_API CustomActionSetParametersOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API CustomActionSetParametersOperation(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue