7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/IoT_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IndexNamesT = Aws::Vector<Aws::String>>
38 m_indexNamesHasBeenSet =
true;
39 m_indexNames = std::forward<IndexNamesT>(value);
41 template <
typename IndexNamesT = Aws::Vector<Aws::String>>
46 template <
typename IndexNamesT = Aws::String>
48 m_indexNamesHasBeenSet =
true;
49 m_indexNames.emplace_back(std::forward<IndexNamesT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_indexNamesHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetIndexNames(IndexNamesT &&value)
AWS_IOT_API ListIndicesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetIndexNames() const
void SetNextToken(NextTokenT &&value)
AWS_IOT_API ListIndicesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListIndicesResult & AddIndexNames(IndexNamesT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListIndicesResult & WithRequestId(RequestIdT &&value)
ListIndicesResult & WithIndexNames(IndexNamesT &&value)
AWS_IOT_API ListIndicesResult()=default
ListIndicesResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue