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 UpdateTimeT = Aws::Utils::DateTime>
76 m_updateTimeHasBeenSet =
true;
77 m_updateTime = std::forward<UpdateTimeT>(value);
79 template <
typename UpdateTimeT = 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_updateTimeHasBeenSet =
false;
111 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)
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