AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ItemsLimitConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/OtherCategories.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_QUICKSIGHT_API ItemsLimitConfiguration() = default;
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline long long GetItemsLimit() const { return m_itemsLimit; }
47 inline bool ItemsLimitHasBeenSet() const { return m_itemsLimitHasBeenSet; }
48 inline void SetItemsLimit(long long value) { m_itemsLimitHasBeenSet = true; m_itemsLimit = value; }
49 inline ItemsLimitConfiguration& WithItemsLimit(long long value) { SetItemsLimit(value); return *this;}
51
53
58 inline OtherCategories GetOtherCategories() const { return m_otherCategories; }
59 inline bool OtherCategoriesHasBeenSet() const { return m_otherCategoriesHasBeenSet; }
60 inline void SetOtherCategories(OtherCategories value) { m_otherCategoriesHasBeenSet = true; m_otherCategories = value; }
63 private:
64
65 long long m_itemsLimit{0};
66 bool m_itemsLimitHasBeenSet = false;
67
69 bool m_otherCategoriesHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace QuickSight
74} // namespace Aws
ItemsLimitConfiguration & WithOtherCategories(OtherCategories value)
AWS_QUICKSIGHT_API ItemsLimitConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ItemsLimitConfiguration & WithItemsLimit(long long value)
AWS_QUICKSIGHT_API ItemsLimitConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ItemsLimitConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue