/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A request to list all of the predictive inbox placement tests that you've
* performed.See Also:
AWS
* API Reference
A token returned from a previous call to
* ListDeliverabilityTestReports
to indicate the position in the list
* of predictive inbox placement tests.
A token returned from a previous call to
* ListDeliverabilityTestReports
to indicate the position in the list
* of predictive inbox placement tests.
A token returned from a previous call to
* ListDeliverabilityTestReports
to indicate the position in the list
* of predictive inbox placement tests.
A token returned from a previous call to
* ListDeliverabilityTestReports
to indicate the position in the list
* of predictive inbox placement tests.
A token returned from a previous call to
* ListDeliverabilityTestReports
to indicate the position in the list
* of predictive inbox placement tests.
A token returned from a previous call to
* ListDeliverabilityTestReports
to indicate the position in the list
* of predictive inbox placement tests.
A token returned from a previous call to
* ListDeliverabilityTestReports
to indicate the position in the list
* of predictive inbox placement tests.
A token returned from a previous call to
* ListDeliverabilityTestReports
to indicate the position in the list
* of predictive inbox placement tests.
The number of results to show in a single call to
* ListDeliverabilityTestReports
. If the number of results is larger
* than the number you specified in this parameter, then the response includes a
* NextToken
element, which you can use to obtain additional
* results.
The value you specify has to be at least 0, and can be no more * than 1000.
*/ inline int GetPageSize() const{ return m_pageSize; } /** *The number of results to show in a single call to
* ListDeliverabilityTestReports
. If the number of results is larger
* than the number you specified in this parameter, then the response includes a
* NextToken
element, which you can use to obtain additional
* results.
The value you specify has to be at least 0, and can be no more * than 1000.
*/ inline bool PageSizeHasBeenSet() const { return m_pageSizeHasBeenSet; } /** *The number of results to show in a single call to
* ListDeliverabilityTestReports
. If the number of results is larger
* than the number you specified in this parameter, then the response includes a
* NextToken
element, which you can use to obtain additional
* results.
The value you specify has to be at least 0, and can be no more * than 1000.
*/ inline void SetPageSize(int value) { m_pageSizeHasBeenSet = true; m_pageSize = value; } /** *The number of results to show in a single call to
* ListDeliverabilityTestReports
. If the number of results is larger
* than the number you specified in this parameter, then the response includes a
* NextToken
element, which you can use to obtain additional
* results.
The value you specify has to be at least 0, and can be no more * than 1000.
*/ inline ListDeliverabilityTestReportsRequest& WithPageSize(int value) { SetPageSize(value); return *this;} private: Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; int m_pageSize; bool m_pageSizeHasBeenSet = false; }; } // namespace Model } // namespace SESV2 } // namespace Aws