AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
TableFieldCustomTextContent.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/FontConfiguration.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 TableFieldCustomTextContent() = default;
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetValue() const { return m_value; }
48 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
49 template<typename ValueT = Aws::String>
50 void SetValue(ValueT&& value) { m_valueHasBeenSet = true; m_value = std::forward<ValueT>(value); }
51 template<typename ValueT = Aws::String>
52 TableFieldCustomTextContent& WithValue(ValueT&& value) { SetValue(std::forward<ValueT>(value)); return *this;}
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) { m_fontConfigurationHasBeenSet = true; m_fontConfiguration = std::forward<FontConfigurationT>(value); }
64 template<typename FontConfigurationT = FontConfiguration>
65 TableFieldCustomTextContent& WithFontConfiguration(FontConfigurationT&& value) { SetFontConfiguration(std::forward<FontConfigurationT>(value)); return *this;}
67 private:
68
69 Aws::String m_value;
70 bool m_valueHasBeenSet = false;
71
72 FontConfiguration m_fontConfiguration;
73 bool m_fontConfigurationHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace QuickSight
78} // 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