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 GeofenceIdT = Aws::String>
38 m_geofenceIdHasBeenSet =
true;
39 m_geofenceId = std::forward<GeofenceIdT>(value);
41 template <
typename GeofenceIdT = Aws::String>
55 template <
typename CreateTimeT = Aws::Utils::DateTime>
57 m_createTimeHasBeenSet =
true;
58 m_createTime = std::forward<CreateTimeT>(value);
60 template <
typename CreateTimeT = Aws::Utils::DateTime>
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>
111 bool m_geofenceIdHasBeenSet =
false;
112 bool m_createTimeHasBeenSet =
false;
113 bool m_updateTimeHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetGeofenceId() const
PutGeofenceResult & WithGeofenceId(GeofenceIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_LOCATIONSERVICE_API PutGeofenceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreateTime() const
void SetCreateTime(CreateTimeT &&value)
PutGeofenceResult & WithCreateTime(CreateTimeT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
PutGeofenceResult & WithUpdateTime(UpdateTimeT &&value)
PutGeofenceResult & WithRequestId(RequestIdT &&value)
void SetGeofenceId(GeofenceIdT &&value)
AWS_LOCATIONSERVICE_API PutGeofenceResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_LOCATIONSERVICE_API PutGeofenceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue