7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename IdsT = Aws::Vector<Aws::String>>
44 m_idsHasBeenSet =
true;
45 m_ids = std::forward<IdsT>(value);
47 template <
typename IdsT = Aws::Vector<Aws::String>>
49 SetIds(std::forward<IdsT>(value));
52 template <
typename IdsT = Aws::String>
54 m_idsHasBeenSet =
true;
55 m_ids.emplace_back(std::forward<IdsT>(value));
65 template <
typename WarningsT = Aws::Vector<Aws::String>>
67 m_warningsHasBeenSet =
true;
68 m_warnings = std::forward<WarningsT>(value);
70 template <
typename WarningsT = Aws::Vector<Aws::String>>
75 template <
typename WarningsT = Aws::String>
77 m_warningsHasBeenSet =
true;
78 m_warnings.emplace_back(std::forward<WarningsT>(value));
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
106 bool m_idsHasBeenSet =
false;
107 bool m_warningsHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetWarnings() const
AWS_APIGATEWAY_API ImportApiKeysResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APIGATEWAY_API ImportApiKeysResult()=default
ImportApiKeysResult & AddIds(IdsT &&value)
AWS_APIGATEWAY_API ImportApiKeysResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ImportApiKeysResult & WithRequestId(RequestIdT &&value)
ImportApiKeysResult & WithWarnings(WarningsT &&value)
const Aws::Vector< Aws::String > & GetIds() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ImportApiKeysResult & AddWarnings(WarningsT &&value)
void SetIds(IdsT &&value)
void SetRequestId(RequestIdT &&value)
void SetWarnings(WarningsT &&value)
const Aws::String & GetRequestId() const
ImportApiKeysResult & WithIds(IdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue