AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
SetParameterValueConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/DestinationParameterValueConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QUICKSIGHT_API SetParameterValueConfiguration() = default;
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetDestinationParameterName() const { return m_destinationParameterName; }
48 inline bool DestinationParameterNameHasBeenSet() const { return m_destinationParameterNameHasBeenSet; }
49 template<typename DestinationParameterNameT = Aws::String>
50 void SetDestinationParameterName(DestinationParameterNameT&& value) { m_destinationParameterNameHasBeenSet = true; m_destinationParameterName = std::forward<DestinationParameterNameT>(value); }
51 template<typename DestinationParameterNameT = Aws::String>
52 SetParameterValueConfiguration& WithDestinationParameterName(DestinationParameterNameT&& value) { SetDestinationParameterName(std::forward<DestinationParameterNameT>(value)); return *this;}
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) { m_valueHasBeenSet = true; m_value = std::forward<ValueT>(value); }
61 template<typename ValueT = DestinationParameterValueConfiguration>
62 SetParameterValueConfiguration& WithValue(ValueT&& value) { SetValue(std::forward<ValueT>(value)); return *this;}
64 private:
65
66 Aws::String m_destinationParameterName;
67 bool m_destinationParameterNameHasBeenSet = false;
68
70 bool m_valueHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace QuickSight
75} // 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