7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename IndexIdT = Aws::String>
36 m_indexIdHasBeenSet =
true;
37 m_indexId = std::forward<IndexIdT>(value);
39 template <
typename IndexIdT = Aws::String>
51 template <
typename IndexArnT = Aws::String>
53 m_indexArnHasBeenSet =
true;
54 m_indexArn = std::forward<IndexArnT>(value);
56 template <
typename IndexArnT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_indexIdHasBeenSet =
false;
84 bool m_indexArnHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
void SetIndexArn(IndexArnT &&value)
const Aws::String & GetIndexArn() const
AWS_QBUSINESS_API CreateIndexResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateIndexResult & WithIndexId(IndexIdT &&value)
AWS_QBUSINESS_API CreateIndexResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateIndexResult & WithRequestId(RequestIdT &&value)
AWS_QBUSINESS_API CreateIndexResult()=default
CreateIndexResult & WithIndexArn(IndexArnT &&value)
void SetIndexId(IndexIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetIndexId() const
const Aws::String & GetRequestId() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue