7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename IndexNamesT = Aws::Vector<Aws::String>>
42 void SetIndexNames(IndexNamesT&& value) { m_indexNamesHasBeenSet =
true; m_indexNames = std::forward<IndexNamesT>(value); }
43 template<
typename IndexNamesT = Aws::Vector<Aws::String>>
45 template<
typename IndexNamesT = Aws::String>
46 ListIndicesResult&
AddIndexNames(IndexNamesT&& value) { m_indexNamesHasBeenSet =
true; m_indexNames.emplace_back(std::forward<IndexNamesT>(value));
return *
this; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_indexNamesHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 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)
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