/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for request parameters to DescribePackage
* operation. See Also:
AWS
* API Reference
Only returns packages that match the DescribePackagesFilterList
* values.
Only returns packages that match the DescribePackagesFilterList
* values.
Only returns packages that match the DescribePackagesFilterList
* values.
Only returns packages that match the DescribePackagesFilterList
* values.
Only returns packages that match the DescribePackagesFilterList
* values.
Only returns packages that match the DescribePackagesFilterList
* values.
Only returns packages that match the DescribePackagesFilterList
* values.
Only returns packages that match the DescribePackagesFilterList
* values.
Limits results to a maximum number of packages.
*/ inline int GetMaxResults() const{ return m_maxResults; } /** *Limits results to a maximum number of packages.
*/ inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } /** *Limits results to a maximum number of packages.
*/ inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } /** *Limits results to a maximum number of packages.
*/ inline DescribePackagesRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} /** *Used for pagination. Only necessary if a previous API call includes a * non-null NextToken value. If provided, returns results for the next page.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *Used for pagination. Only necessary if a previous API call includes a * non-null NextToken value. If provided, returns results for the next page.
*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *Used for pagination. Only necessary if a previous API call includes a * non-null NextToken value. If provided, returns results for the next page.
*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *Used for pagination. Only necessary if a previous API call includes a * non-null NextToken value. If provided, returns results for the next page.
*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *Used for pagination. Only necessary if a previous API call includes a * non-null NextToken value. If provided, returns results for the next page.
*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *Used for pagination. Only necessary if a previous API call includes a * non-null NextToken value. If provided, returns results for the next page.
*/ inline DescribePackagesRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *Used for pagination. Only necessary if a previous API call includes a * non-null NextToken value. If provided, returns results for the next page.
*/ inline DescribePackagesRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *Used for pagination. Only necessary if a previous API call includes a * non-null NextToken value. If provided, returns results for the next page.
*/ inline DescribePackagesRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::Vector