AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
DefaultPaginatedLayoutConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DefaultSectionBasedLayoutConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
29 public:
30 AWS_QUICKSIGHT_API DefaultPaginatedLayoutConfiguration() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const DefaultSectionBasedLayoutConfiguration& GetSectionBased() const { return m_sectionBased; }
41 inline bool SectionBasedHasBeenSet() const { return m_sectionBasedHasBeenSet; }
42 template <typename SectionBasedT = DefaultSectionBasedLayoutConfiguration>
43 void SetSectionBased(SectionBasedT&& value) {
44 m_sectionBasedHasBeenSet = true;
45 m_sectionBased = std::forward<SectionBasedT>(value);
46 }
47 template <typename SectionBasedT = DefaultSectionBasedLayoutConfiguration>
49 SetSectionBased(std::forward<SectionBasedT>(value));
50 return *this;
51 }
53 private:
55 bool m_sectionBasedHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace QuickSight
60} // namespace Aws
AWS_QUICKSIGHT_API DefaultPaginatedLayoutConfiguration(Aws::Utils::Json::JsonView jsonValue)
const DefaultSectionBasedLayoutConfiguration & GetSectionBased() const
AWS_QUICKSIGHT_API DefaultPaginatedLayoutConfiguration()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DefaultPaginatedLayoutConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DefaultPaginatedLayoutConfiguration & WithSectionBased(SectionBasedT &&value)
Aws::Utils::Json::JsonValue JsonValue