/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a request to list the existing recommendations for your
* account.See Also:
AWS
* API Reference
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
Filters applied when retrieving recommendations. Can eiter be an individual
* filter, or combinations of STATUS
and IMPACT
or
* STATUS
and TYPE
A token returned from a previous call to ListRecommendations
to
* indicate the position in the list of recommendations.
A token returned from a previous call to ListRecommendations
to
* indicate the position in the list of recommendations.
A token returned from a previous call to ListRecommendations
to
* indicate the position in the list of recommendations.
A token returned from a previous call to ListRecommendations
to
* indicate the position in the list of recommendations.
A token returned from a previous call to ListRecommendations
to
* indicate the position in the list of recommendations.
A token returned from a previous call to ListRecommendations
to
* indicate the position in the list of recommendations.
A token returned from a previous call to ListRecommendations
to
* indicate the position in the list of recommendations.
A token returned from a previous call to ListRecommendations
to
* indicate the position in the list of recommendations.
The number of results to show in a single call to
* ListRecommendations
. 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 1, and can be no more * than 100.
*/ inline int GetPageSize() const{ return m_pageSize; } /** *The number of results to show in a single call to
* ListRecommendations
. 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 1, and can be no more * than 100.
*/ inline bool PageSizeHasBeenSet() const { return m_pageSizeHasBeenSet; } /** *The number of results to show in a single call to
* ListRecommendations
. 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 1, and can be no more * than 100.
*/ inline void SetPageSize(int value) { m_pageSizeHasBeenSet = true; m_pageSize = value; } /** *The number of results to show in a single call to
* ListRecommendations
. 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 1, and can be no more * than 100.
*/ inline ListRecommendationsRequest& WithPageSize(int value) { SetPageSize(value); return *this;} private: Aws::Map