AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
TableFieldURLConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TableFieldLinkConfiguration.h>
9#include <aws/quicksight/model/TableFieldImageConfiguration.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
33 {
34 public:
35 AWS_QUICKSIGHT_API TableFieldURLConfiguration() = default;
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const TableFieldLinkConfiguration& GetLinkConfiguration() const { return m_linkConfiguration; }
46 inline bool LinkConfigurationHasBeenSet() const { return m_linkConfigurationHasBeenSet; }
47 template<typename LinkConfigurationT = TableFieldLinkConfiguration>
48 void SetLinkConfiguration(LinkConfigurationT&& value) { m_linkConfigurationHasBeenSet = true; m_linkConfiguration = std::forward<LinkConfigurationT>(value); }
49 template<typename LinkConfigurationT = TableFieldLinkConfiguration>
50 TableFieldURLConfiguration& WithLinkConfiguration(LinkConfigurationT&& value) { SetLinkConfiguration(std::forward<LinkConfigurationT>(value)); return *this;}
52
54
57 inline const TableFieldImageConfiguration& GetImageConfiguration() const { return m_imageConfiguration; }
58 inline bool ImageConfigurationHasBeenSet() const { return m_imageConfigurationHasBeenSet; }
59 template<typename ImageConfigurationT = TableFieldImageConfiguration>
60 void SetImageConfiguration(ImageConfigurationT&& value) { m_imageConfigurationHasBeenSet = true; m_imageConfiguration = std::forward<ImageConfigurationT>(value); }
61 template<typename ImageConfigurationT = TableFieldImageConfiguration>
62 TableFieldURLConfiguration& WithImageConfiguration(ImageConfigurationT&& value) { SetImageConfiguration(std::forward<ImageConfigurationT>(value)); return *this;}
64 private:
65
66 TableFieldLinkConfiguration m_linkConfiguration;
67 bool m_linkConfigurationHasBeenSet = false;
68
69 TableFieldImageConfiguration m_imageConfiguration;
70 bool m_imageConfigurationHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace QuickSight
75} // namespace Aws
TableFieldURLConfiguration & WithImageConfiguration(ImageConfigurationT &&value)
const TableFieldImageConfiguration & GetImageConfiguration() const
AWS_QUICKSIGHT_API TableFieldURLConfiguration(Aws::Utils::Json::JsonView jsonValue)
const TableFieldLinkConfiguration & GetLinkConfiguration() const
TableFieldURLConfiguration & WithLinkConfiguration(LinkConfigurationT &&value)
AWS_QUICKSIGHT_API TableFieldURLConfiguration()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API TableFieldURLConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue