AWS SDK for C++
AWS SDK for C++ Version 1.11.752
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-quicksight
include
aws
quicksight
model
PaginationConfiguration.h
1
6
#pragma once
7
#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9
namespace
Aws
{
10
namespace
Utils {
11
namespace
Json {
12
class
JsonValue
;
13
class
JsonView;
14
}
// namespace Json
15
}
// namespace Utils
16
namespace
QuickSight {
17
namespace
Model {
18
25
class
PaginationConfiguration
{
26
public
:
27
AWS_QUICKSIGHT_API
PaginationConfiguration
() =
default
;
28
AWS_QUICKSIGHT_API
PaginationConfiguration
(
Aws::Utils::Json::JsonView
jsonValue);
29
AWS_QUICKSIGHT_API
PaginationConfiguration
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
30
AWS_QUICKSIGHT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
31
33
36
inline
long
long
GetPageSize
()
const
{
return
m_pageSize; }
37
inline
bool
PageSizeHasBeenSet
()
const
{
return
m_pageSizeHasBeenSet; }
38
inline
void
SetPageSize
(
long
long
value) {
39
m_pageSizeHasBeenSet =
true
;
40
m_pageSize = value;
41
}
42
inline
PaginationConfiguration
&
WithPageSize
(
long
long
value) {
43
SetPageSize
(value);
44
return
*
this
;
45
}
47
49
52
inline
long
long
GetPageNumber
()
const
{
return
m_pageNumber; }
53
inline
bool
PageNumberHasBeenSet
()
const
{
return
m_pageNumberHasBeenSet; }
54
inline
void
SetPageNumber
(
long
long
value) {
55
m_pageNumberHasBeenSet =
true
;
56
m_pageNumber = value;
57
}
58
inline
PaginationConfiguration
&
WithPageNumber
(
long
long
value) {
59
SetPageNumber
(value);
60
return
*
this
;
61
}
63
private
:
64
long
long
m_pageSize{0};
65
66
long
long
m_pageNumber{0};
67
bool
m_pageSizeHasBeenSet =
false
;
68
bool
m_pageNumberHasBeenSet =
false
;
69
};
70
71
}
// namespace Model
72
}
// namespace QuickSight
73
}
// namespace Aws
Aws::QuickSight::Model::PaginationConfiguration
Definition
PaginationConfiguration.h:25
Aws::QuickSight::Model::PaginationConfiguration::SetPageSize
void SetPageSize(long long value)
Definition
PaginationConfiguration.h:38
Aws::QuickSight::Model::PaginationConfiguration::operator=
AWS_QUICKSIGHT_API PaginationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::QuickSight::Model::PaginationConfiguration::WithPageNumber
PaginationConfiguration & WithPageNumber(long long value)
Definition
PaginationConfiguration.h:58
Aws::QuickSight::Model::PaginationConfiguration::WithPageSize
PaginationConfiguration & WithPageSize(long long value)
Definition
PaginationConfiguration.h:42
Aws::QuickSight::Model::PaginationConfiguration::PageSizeHasBeenSet
bool PageSizeHasBeenSet() const
Definition
PaginationConfiguration.h:37
Aws::QuickSight::Model::PaginationConfiguration::GetPageNumber
long long GetPageNumber() const
Definition
PaginationConfiguration.h:52
Aws::QuickSight::Model::PaginationConfiguration::PaginationConfiguration
AWS_QUICKSIGHT_API PaginationConfiguration()=default
Aws::QuickSight::Model::PaginationConfiguration::PageNumberHasBeenSet
bool PageNumberHasBeenSet() const
Definition
PaginationConfiguration.h:53
Aws::QuickSight::Model::PaginationConfiguration::Jsonize
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::QuickSight::Model::PaginationConfiguration::GetPageSize
long long GetPageSize() const
Definition
PaginationConfiguration.h:36
Aws::QuickSight::Model::PaginationConfiguration::PaginationConfiguration
AWS_QUICKSIGHT_API PaginationConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::QuickSight::Model::PaginationConfiguration::SetPageNumber
void SetPageNumber(long long value)
Definition
PaginationConfiguration.h:54
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences