AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const OtherCategories& GetOtherCategories() const{ return m_otherCategories; }
59 inline bool OtherCategoriesHasBeenSet() const { return m_otherCategoriesHasBeenSet; }
60 inline void SetOtherCategories(const OtherCategories& value) { m_otherCategoriesHasBeenSet = true; m_otherCategories = value; }
61 inline void SetOtherCategories(OtherCategories&& value) { m_otherCategoriesHasBeenSet = true; m_otherCategories = std::move(value); }
63 inline ItemsLimitConfiguration& WithOtherCategories(OtherCategories&& value) { SetOtherCategories(std::move(value)); return *this;}
65 private:
66
67 long long m_itemsLimit;
68 bool m_itemsLimitHasBeenSet = false;
69
70 OtherCategories m_otherCategories;
71 bool m_otherCategoriesHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace QuickSight
76} // namespace Aws
AWS_QUICKSIGHT_API ItemsLimitConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ItemsLimitConfiguration & WithOtherCategories(const OtherCategories &value)
ItemsLimitConfiguration & WithItemsLimit(long long value)
ItemsLimitConfiguration & WithOtherCategories(OtherCategories &&value)
void SetOtherCategories(const OtherCategories &value)
AWS_QUICKSIGHT_API ItemsLimitConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue