/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains details of the fetched page.See Also:
AWS
* API Reference
A structure that contains values in multiple encoding formats.
*/ inline const Aws::VectorA structure that contains values in multiple encoding formats.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *A structure that contains values in multiple encoding formats.
*/ inline void SetValues(const Aws::VectorA structure that contains values in multiple encoding formats.
*/ inline void SetValues(Aws::VectorA structure that contains values in multiple encoding formats.
*/ inline Page& WithValues(const Aws::VectorA structure that contains values in multiple encoding formats.
*/ inline Page& WithValues(Aws::VectorA structure that contains values in multiple encoding formats.
*/ inline Page& AddValues(const ValueHolder& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *A structure that contains values in multiple encoding formats.
*/ inline Page& AddValues(ValueHolder&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } /** *The token of the next page.
*/ inline const Aws::String& GetNextPageToken() const{ return m_nextPageToken; } /** *The token of the next page.
*/ inline bool NextPageTokenHasBeenSet() const { return m_nextPageTokenHasBeenSet; } /** *The token of the next page.
*/ inline void SetNextPageToken(const Aws::String& value) { m_nextPageTokenHasBeenSet = true; m_nextPageToken = value; } /** *The token of the next page.
*/ inline void SetNextPageToken(Aws::String&& value) { m_nextPageTokenHasBeenSet = true; m_nextPageToken = std::move(value); } /** *The token of the next page.
*/ inline void SetNextPageToken(const char* value) { m_nextPageTokenHasBeenSet = true; m_nextPageToken.assign(value); } /** *The token of the next page.
*/ inline Page& WithNextPageToken(const Aws::String& value) { SetNextPageToken(value); return *this;} /** *The token of the next page.
*/ inline Page& WithNextPageToken(Aws::String&& value) { SetNextPageToken(std::move(value)); return *this;} /** *The token of the next page.
*/ inline Page& WithNextPageToken(const char* value) { SetNextPageToken(value); return *this;} private: Aws::Vector