AWS SDK for C++
AWS SDK for C++ Version 1.11.440
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
{
11
namespace
Utils
12
{
13
namespace
Json
14
{
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
QuickSight
20
{
21
namespace
Model
22
{
23
30
class
PaginationConfiguration
31
{
32
public
:
33
AWS_QUICKSIGHT_API
PaginationConfiguration
();
34
AWS_QUICKSIGHT_API
PaginationConfiguration
(
Aws::Utils::Json::JsonView
jsonValue);
35
AWS_QUICKSIGHT_API
PaginationConfiguration
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
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::Model::PaginationConfiguration
Definition
PaginationConfiguration.h:31
Aws::QuickSight::Model::PaginationConfiguration::SetPageSize
void SetPageSize(long long value)
Definition
PaginationConfiguration.h:45
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:56
Aws::QuickSight::Model::PaginationConfiguration::PaginationConfiguration
AWS_QUICKSIGHT_API PaginationConfiguration()
Aws::QuickSight::Model::PaginationConfiguration::WithPageSize
PaginationConfiguration & WithPageSize(long long value)
Definition
PaginationConfiguration.h:46
Aws::QuickSight::Model::PaginationConfiguration::PageSizeHasBeenSet
bool PageSizeHasBeenSet() const
Definition
PaginationConfiguration.h:44
Aws::QuickSight::Model::PaginationConfiguration::GetPageNumber
long long GetPageNumber() const
Definition
PaginationConfiguration.h:53
Aws::QuickSight::Model::PaginationConfiguration::PageNumberHasBeenSet
bool PageNumberHasBeenSet() const
Definition
PaginationConfiguration.h:54
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:43
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:55
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