/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The identifier of an ApiKey used in a UsagePlan.See Also:
* AWS
* API Reference
A list of all the ApiKey identifiers.
*/ inline const Aws::VectorA list of all the ApiKey identifiers.
*/ inline void SetIds(const Aws::VectorA list of all the ApiKey identifiers.
*/ inline void SetIds(Aws::VectorA list of all the ApiKey identifiers.
*/ inline ImportApiKeysResult& WithIds(const Aws::VectorA list of all the ApiKey identifiers.
*/ inline ImportApiKeysResult& WithIds(Aws::VectorA list of all the ApiKey identifiers.
*/ inline ImportApiKeysResult& AddIds(const Aws::String& value) { m_ids.push_back(value); return *this; } /** *A list of all the ApiKey identifiers.
*/ inline ImportApiKeysResult& AddIds(Aws::String&& value) { m_ids.push_back(std::move(value)); return *this; } /** *A list of all the ApiKey identifiers.
*/ inline ImportApiKeysResult& AddIds(const char* value) { m_ids.push_back(value); return *this; } /** *A list of warning messages.
*/ inline const Aws::VectorA list of warning messages.
*/ inline void SetWarnings(const Aws::VectorA list of warning messages.
*/ inline void SetWarnings(Aws::VectorA list of warning messages.
*/ inline ImportApiKeysResult& WithWarnings(const Aws::VectorA list of warning messages.
*/ inline ImportApiKeysResult& WithWarnings(Aws::VectorA list of warning messages.
*/ inline ImportApiKeysResult& AddWarnings(const Aws::String& value) { m_warnings.push_back(value); return *this; } /** *A list of warning messages.
*/ inline ImportApiKeysResult& AddWarnings(Aws::String&& value) { m_warnings.push_back(std::move(value)); return *this; } /** *A list of warning messages.
*/ inline ImportApiKeysResult& AddWarnings(const char* value) { m_warnings.push_back(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 ImportApiKeysResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ImportApiKeysResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ImportApiKeysResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector