7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace LocationService
41 template<
typename IndexNameT = Aws::String>
42 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
43 template<
typename IndexNameT = Aws::String>
55 template<
typename IndexArnT = Aws::String>
56 void SetIndexArn(IndexArnT&& value) { m_indexArnHasBeenSet =
true; m_indexArn = std::forward<IndexArnT>(value); }
57 template<
typename IndexArnT = Aws::String>
68 template<
typename CreateTimeT = Aws::Utils::DateTime>
69 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
70 template<
typename CreateTimeT = Aws::Utils::DateTime>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_indexNameHasBeenSet =
false;
88 bool m_indexArnHasBeenSet =
false;
91 bool m_createTimeHasBeenSet =
false;
94 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