7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationService_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LocationService {
35 template <
typename IndexNameT = Aws::String>
37 m_indexNameHasBeenSet =
true;
38 m_indexName = std::forward<IndexNameT>(value);
40 template <
typename IndexNameT = Aws::String>
55 template <
typename IndexArnT = Aws::String>
57 m_indexArnHasBeenSet =
true;
58 m_indexArn = std::forward<IndexArnT>(value);
60 template <
typename IndexArnT = Aws::String>
74 template <
typename CreateTimeT = Aws::Utils::DateTime>
76 m_createTimeHasBeenSet =
true;
77 m_createTime = std::forward<CreateTimeT>(value);
79 template <
typename CreateTimeT = Aws::Utils::DateTime>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
108 bool m_indexNameHasBeenSet =
false;
109 bool m_indexArnHasBeenSet =
false;
110 bool m_createTimeHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetIndexName() const
AWS_LOCATIONSERVICE_API CreatePlaceIndexResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOCATIONSERVICE_API CreatePlaceIndexResult()=default
AWS_LOCATIONSERVICE_API CreatePlaceIndexResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreateTime(CreateTimeT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetCreateTime() const
CreatePlaceIndexResult & WithCreateTime(CreateTimeT &&value)
void SetRequestId(RequestIdT &&value)
CreatePlaceIndexResult & WithIndexArn(IndexArnT &&value)
void SetIndexArn(IndexArnT &&value)
CreatePlaceIndexResult & WithIndexName(IndexNameT &&value)
const Aws::String & GetIndexArn() const
void SetIndexName(IndexNameT &&value)
CreatePlaceIndexResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue