7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/LocationService_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LocationService {
36 template <
typename IndexNameT = Aws::String>
38 m_indexNameHasBeenSet =
true;
39 m_indexName = std::forward<IndexNameT>(value);
41 template <
typename IndexNameT = Aws::String>
56 template <
typename IndexArnT = Aws::String>
58 m_indexArnHasBeenSet =
true;
59 m_indexArn = std::forward<IndexArnT>(value);
61 template <
typename IndexArnT = Aws::String>
75 template <
typename UpdateTimeT = Aws::Utils::DateTime>
77 m_updateTimeHasBeenSet =
true;
78 m_updateTime = std::forward<UpdateTimeT>(value);
80 template <
typename UpdateTimeT = Aws::Utils::DateTime>
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
112 bool m_indexNameHasBeenSet =
false;
113 bool m_indexArnHasBeenSet =
false;
114 bool m_updateTimeHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetIndexName(IndexNameT &&value)
AWS_LOCATIONSERVICE_API UpdatePlaceIndexResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOCATIONSERVICE_API UpdatePlaceIndexResult()=default
AWS_LOCATIONSERVICE_API UpdatePlaceIndexResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetIndexName() const
UpdatePlaceIndexResult & WithIndexArn(IndexArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdatePlaceIndexResult & WithRequestId(RequestIdT &&value)
void SetUpdateTime(UpdateTimeT &&value)
UpdatePlaceIndexResult & WithIndexName(IndexNameT &&value)
const Aws::String & GetIndexArn() const
void SetIndexArn(IndexArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
UpdatePlaceIndexResult & WithUpdateTime(UpdateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue