/**
* 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; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline GetApiKeysResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetApiKeysResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetApiKeysResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector