/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a collection of API keys as represented by an ApiKeys
* resource.See Also:
AWS
* API Reference
A list of warning messages logged during the import of API keys when the
* failOnWarnings option is set to true.
A list of warning messages logged during the import of API keys when the
* failOnWarnings option is set to true.
A list of warning messages logged during the import of API keys when the
* failOnWarnings option is set to true.
A list of warning messages logged during the import of API keys when the
* failOnWarnings option is set to true.
A list of warning messages logged during the import of API keys when the
* failOnWarnings option is set to true.
A list of warning messages logged during the import of API keys when the
* failOnWarnings option is set to true.
A list of warning messages logged during the import of API keys when the
* failOnWarnings option is set to true.
A list of warning messages logged during the import of API keys when the
* failOnWarnings option is set to true.
The current page of elements from this collection.
*/ inline const Aws::VectorThe current page of elements from this collection.
*/ inline void SetItems(const Aws::VectorThe current page of elements from this collection.
*/ inline void SetItems(Aws::VectorThe current page of elements from this collection.
*/ inline GetApiKeysResult& WithItems(const Aws::VectorThe current page of elements from this collection.
*/ inline GetApiKeysResult& WithItems(Aws::VectorThe current page of elements from this collection.
*/ inline GetApiKeysResult& AddItems(const ApiKey& value) { m_items.push_back(value); return *this; } /** *The current page of elements from this collection.
*/ inline GetApiKeysResult& AddItems(ApiKey&& value) { m_items.push_back(std::move(value)); return *this; } private: Aws::Vector