/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include ListLocationsRequestSee Also:
AWS
* API Reference
The maximum number of locations to return.
*/ inline int GetMaxResults() const{ return m_maxResults; } /** *The maximum number of locations to return.
*/ inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } /** *The maximum number of locations to return.
*/ inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } /** *The maximum number of locations to return.
*/ inline ListLocationsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} /** *An opaque string that indicates the position at which to begin the next list * of locations.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *An opaque string that indicates the position at which to begin the next list * of locations.
*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *An opaque string that indicates the position at which to begin the next list * of locations.
*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *An opaque string that indicates the position at which to begin the next list * of locations.
*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *An opaque string that indicates the position at which to begin the next list * of locations.
*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *An opaque string that indicates the position at which to begin the next list * of locations.
*/ inline ListLocationsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *An opaque string that indicates the position at which to begin the next list * of locations.
*/ inline ListLocationsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *An opaque string that indicates the position at which to begin the next list * of locations.
*/ inline ListLocationsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} /** *You can use API filters to narrow down the list of resources returned by
* ListLocations
. For example, to retrieve all tasks on a specific
* source location, you can use ListLocations
with filter name
* LocationType S3
and Operator Equals
.
You can use API filters to narrow down the list of resources returned by
* ListLocations
. For example, to retrieve all tasks on a specific
* source location, you can use ListLocations
with filter name
* LocationType S3
and Operator Equals
.
You can use API filters to narrow down the list of resources returned by
* ListLocations
. For example, to retrieve all tasks on a specific
* source location, you can use ListLocations
with filter name
* LocationType S3
and Operator Equals
.
You can use API filters to narrow down the list of resources returned by
* ListLocations
. For example, to retrieve all tasks on a specific
* source location, you can use ListLocations
with filter name
* LocationType S3
and Operator Equals
.
You can use API filters to narrow down the list of resources returned by
* ListLocations
. For example, to retrieve all tasks on a specific
* source location, you can use ListLocations
with filter name
* LocationType S3
and Operator Equals
.
You can use API filters to narrow down the list of resources returned by
* ListLocations
. For example, to retrieve all tasks on a specific
* source location, you can use ListLocations
with filter name
* LocationType S3
and Operator Equals
.
You can use API filters to narrow down the list of resources returned by
* ListLocations
. For example, to retrieve all tasks on a specific
* source location, you can use ListLocations
with filter name
* LocationType S3
and Operator Equals
.
You can use API filters to narrow down the list of resources returned by
* ListLocations
. For example, to retrieve all tasks on a specific
* source location, you can use ListLocations
with filter name
* LocationType S3
and Operator Equals
.