AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetLinkConfiguration(const TableFieldLinkConfiguration& value) { m_linkConfigurationHasBeenSet = true; m_linkConfiguration = value; }
48 inline void SetLinkConfiguration(TableFieldLinkConfiguration&& value) { m_linkConfigurationHasBeenSet = true; m_linkConfiguration = std::move(value); }
52
54
57 inline const TableFieldImageConfiguration& GetImageConfiguration() const{ return m_imageConfiguration; }
58 inline bool ImageConfigurationHasBeenSet() const { return m_imageConfigurationHasBeenSet; }
59 inline void SetImageConfiguration(const TableFieldImageConfiguration& value) { m_imageConfigurationHasBeenSet = true; m_imageConfiguration = value; }
60 inline void SetImageConfiguration(TableFieldImageConfiguration&& value) { m_imageConfigurationHasBeenSet = true; m_imageConfiguration = std::move(value); }
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
const TableFieldImageConfiguration & GetImageConfiguration() const
AWS_QUICKSIGHT_API TableFieldURLConfiguration(Aws::Utils::Json::JsonView jsonValue)
const TableFieldLinkConfiguration & GetLinkConfiguration() const
TableFieldURLConfiguration & WithImageConfiguration(const TableFieldImageConfiguration &value)
TableFieldURLConfiguration & WithLinkConfiguration(const TableFieldLinkConfiguration &value)
void SetImageConfiguration(TableFieldImageConfiguration &&value)
void SetImageConfiguration(const TableFieldImageConfiguration &value)
TableFieldURLConfiguration & WithLinkConfiguration(TableFieldLinkConfiguration &&value)
TableFieldURLConfiguration & WithImageConfiguration(TableFieldImageConfiguration &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLinkConfiguration(TableFieldLinkConfiguration &&value)
AWS_QUICKSIGHT_API TableFieldURLConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLinkConfiguration(const TableFieldLinkConfiguration &value)
Aws::Utils::Json::JsonValue JsonValue