AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
SetParameterValueConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DestinationParameterValueConfiguration.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 SetParameterValueConfiguration() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::String& GetDestinationParameterName() const { return m_destinationParameterName; }
42 inline bool DestinationParameterNameHasBeenSet() const { return m_destinationParameterNameHasBeenSet; }
43 template <typename DestinationParameterNameT = Aws::String>
44 void SetDestinationParameterName(DestinationParameterNameT&& value) {
45 m_destinationParameterNameHasBeenSet = true;
46 m_destinationParameterName = std::forward<DestinationParameterNameT>(value);
47 }
48 template <typename DestinationParameterNameT = Aws::String>
50 SetDestinationParameterName(std::forward<DestinationParameterNameT>(value));
51 return *this;
52 }
54
56
57 inline const DestinationParameterValueConfiguration& GetValue() const { return m_value; }
58 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
59 template <typename ValueT = DestinationParameterValueConfiguration>
60 void SetValue(ValueT&& value) {
61 m_valueHasBeenSet = true;
62 m_value = std::forward<ValueT>(value);
63 }
64 template <typename ValueT = DestinationParameterValueConfiguration>
66 SetValue(std::forward<ValueT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_destinationParameterName;
72
74 bool m_destinationParameterNameHasBeenSet = false;
75 bool m_valueHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace QuickSight
80} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SetParameterValueConfiguration & WithDestinationParameterName(DestinationParameterNameT &&value)
SetParameterValueConfiguration & WithValue(ValueT &&value)
AWS_QUICKSIGHT_API SetParameterValueConfiguration()=default
const DestinationParameterValueConfiguration & GetValue() const
AWS_QUICKSIGHT_API SetParameterValueConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SetParameterValueConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue