AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
TableFieldLinkConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TableFieldLinkContentConfiguration.h>
9#include <aws/quicksight/model/URLTargetConfiguration.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
29 public:
30 AWS_QUICKSIGHT_API TableFieldLinkConfiguration() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline URLTargetConfiguration GetTarget() const { return m_target; }
41 inline bool TargetHasBeenSet() const { return m_targetHasBeenSet; }
42 inline void SetTarget(URLTargetConfiguration value) {
43 m_targetHasBeenSet = true;
44 m_target = value;
45 }
47 SetTarget(value);
48 return *this;
49 }
51
53
56 inline const TableFieldLinkContentConfiguration& GetContent() const { return m_content; }
57 inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; }
58 template <typename ContentT = TableFieldLinkContentConfiguration>
59 void SetContent(ContentT&& value) {
60 m_contentHasBeenSet = true;
61 m_content = std::forward<ContentT>(value);
62 }
63 template <typename ContentT = TableFieldLinkContentConfiguration>
65 SetContent(std::forward<ContentT>(value));
66 return *this;
67 }
69 private:
71
72 TableFieldLinkContentConfiguration m_content;
73 bool m_targetHasBeenSet = false;
74 bool m_contentHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace QuickSight
79} // namespace Aws
Aws::Utils::Json::JsonValue JsonValue