AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GlobalTableBorderOptions.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TableBorderOptions.h>
9#include <aws/quicksight/model/TableSideBorderOptions.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 GlobalTableBorderOptions() = default;
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const TableBorderOptions& GetUniformBorder() const { return m_uniformBorder; }
47 inline bool UniformBorderHasBeenSet() const { return m_uniformBorderHasBeenSet; }
48 template<typename UniformBorderT = TableBorderOptions>
49 void SetUniformBorder(UniformBorderT&& value) { m_uniformBorderHasBeenSet = true; m_uniformBorder = std::forward<UniformBorderT>(value); }
50 template<typename UniformBorderT = TableBorderOptions>
51 GlobalTableBorderOptions& WithUniformBorder(UniformBorderT&& value) { SetUniformBorder(std::forward<UniformBorderT>(value)); return *this;}
53
55
58 inline const TableSideBorderOptions& GetSideSpecificBorder() const { return m_sideSpecificBorder; }
59 inline bool SideSpecificBorderHasBeenSet() const { return m_sideSpecificBorderHasBeenSet; }
60 template<typename SideSpecificBorderT = TableSideBorderOptions>
61 void SetSideSpecificBorder(SideSpecificBorderT&& value) { m_sideSpecificBorderHasBeenSet = true; m_sideSpecificBorder = std::forward<SideSpecificBorderT>(value); }
62 template<typename SideSpecificBorderT = TableSideBorderOptions>
63 GlobalTableBorderOptions& WithSideSpecificBorder(SideSpecificBorderT&& value) { SetSideSpecificBorder(std::forward<SideSpecificBorderT>(value)); return *this;}
65 private:
66
67 TableBorderOptions m_uniformBorder;
68 bool m_uniformBorderHasBeenSet = false;
69
70 TableSideBorderOptions m_sideSpecificBorder;
71 bool m_sideSpecificBorderHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace QuickSight
76} // namespace Aws
AWS_QUICKSIGHT_API GlobalTableBorderOptions()=default
AWS_QUICKSIGHT_API GlobalTableBorderOptions(Aws::Utils::Json::JsonView jsonValue)
GlobalTableBorderOptions & WithSideSpecificBorder(SideSpecificBorderT &&value)
AWS_QUICKSIGHT_API GlobalTableBorderOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const TableSideBorderOptions & GetSideSpecificBorder() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
GlobalTableBorderOptions & WithUniformBorder(UniformBorderT &&value)
Aws::Utils::Json::JsonValue JsonValue