AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PaginationConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_QUICKSIGHT_API PaginationConfiguration();
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline long long GetPageSize() const{ return m_pageSize; }
44 inline bool PageSizeHasBeenSet() const { return m_pageSizeHasBeenSet; }
45 inline void SetPageSize(long long value) { m_pageSizeHasBeenSet = true; m_pageSize = value; }
46 inline PaginationConfiguration& WithPageSize(long long value) { SetPageSize(value); return *this;}
48
50
53 inline long long GetPageNumber() const{ return m_pageNumber; }
54 inline bool PageNumberHasBeenSet() const { return m_pageNumberHasBeenSet; }
55 inline void SetPageNumber(long long value) { m_pageNumberHasBeenSet = true; m_pageNumber = value; }
56 inline PaginationConfiguration& WithPageNumber(long long value) { SetPageNumber(value); return *this;}
58 private:
59
60 long long m_pageSize;
61 bool m_pageSizeHasBeenSet = false;
62
63 long long m_pageNumber;
64 bool m_pageNumberHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace QuickSight
69} // namespace Aws
AWS_QUICKSIGHT_API PaginationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
PaginationConfiguration & WithPageNumber(long long value)
PaginationConfiguration & WithPageSize(long long value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API PaginationConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue