AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
TableFieldCustomTextContent.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/FontConfiguration.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 TableFieldCustomTextContent() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::String& GetValue() const { return m_value; }
42 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
43 template <typename ValueT = Aws::String>
44 void SetValue(ValueT&& value) {
45 m_valueHasBeenSet = true;
46 m_value = std::forward<ValueT>(value);
47 }
48 template <typename ValueT = Aws::String>
50 SetValue(std::forward<ValueT>(value));
51 return *this;
52 }
54
56
60 inline const FontConfiguration& GetFontConfiguration() const { return m_fontConfiguration; }
61 inline bool FontConfigurationHasBeenSet() const { return m_fontConfigurationHasBeenSet; }
62 template <typename FontConfigurationT = FontConfiguration>
63 void SetFontConfiguration(FontConfigurationT&& value) {
64 m_fontConfigurationHasBeenSet = true;
65 m_fontConfiguration = std::forward<FontConfigurationT>(value);
66 }
67 template <typename FontConfigurationT = FontConfiguration>
69 SetFontConfiguration(std::forward<FontConfigurationT>(value));
70 return *this;
71 }
73 private:
74 Aws::String m_value;
75
76 FontConfiguration m_fontConfiguration;
77 bool m_valueHasBeenSet = false;
78 bool m_fontConfigurationHasBeenSet = false;
79};
80
81} // namespace Model
82} // namespace QuickSight
83} // namespace Aws
AWS_QUICKSIGHT_API TableFieldCustomTextContent()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TableFieldCustomTextContent & WithValue(ValueT &&value)
TableFieldCustomTextContent & WithFontConfiguration(FontConfigurationT &&value)
AWS_QUICKSIGHT_API TableFieldCustomTextContent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TableFieldCustomTextContent(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue