/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of QueryObjects.See Also:
AWS
* API Reference
The identifiers that match the query selectors.
*/ inline const Aws::VectorThe identifiers that match the query selectors.
*/ inline void SetIds(const Aws::VectorThe identifiers that match the query selectors.
*/ inline void SetIds(Aws::VectorThe identifiers that match the query selectors.
*/ inline QueryObjectsResult& WithIds(const Aws::VectorThe identifiers that match the query selectors.
*/ inline QueryObjectsResult& WithIds(Aws::VectorThe identifiers that match the query selectors.
*/ inline QueryObjectsResult& AddIds(const Aws::String& value) { m_ids.push_back(value); return *this; } /** *The identifiers that match the query selectors.
*/ inline QueryObjectsResult& AddIds(Aws::String&& value) { m_ids.push_back(std::move(value)); return *this; } /** *The identifiers that match the query selectors.
*/ inline QueryObjectsResult& AddIds(const char* value) { m_ids.push_back(value); return *this; } /** *The starting point for the next page of results. To view the next page of
* results, call QueryObjects again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call QueryObjects again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call QueryObjects again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call QueryObjects again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call QueryObjects again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call QueryObjects again with this marker value. If the
* value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call QueryObjects again with this marker value. If the
* value is null, there are no more results.
Indicates whether there are more results that can be obtained by a subsequent * call.
*/ inline bool GetHasMoreResults() const{ return m_hasMoreResults; } /** *Indicates whether there are more results that can be obtained by a subsequent * call.
*/ inline void SetHasMoreResults(bool value) { m_hasMoreResults = value; } /** *Indicates whether there are more results that can be obtained by a subsequent * call.
*/ inline QueryObjectsResult& WithHasMoreResults(bool value) { SetHasMoreResults(value); return *this;} private: Aws::Vector