7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/location/LocationService_EXPORTS.h>
12#include <aws/location/model/GeofenceGeometry.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace LocationService {
38 template <
typename GeofenceIdT = Aws::String>
40 m_geofenceIdHasBeenSet =
true;
41 m_geofenceId = std::forward<GeofenceIdT>(value);
43 template <
typename GeofenceIdT = Aws::String>
56 template <
typename GeometryT = GeofenceGeometry>
58 m_geometryHasBeenSet =
true;
59 m_geometry = std::forward<GeometryT>(value);
61 template <
typename GeometryT = GeofenceGeometry>
80 template <
typename StatusT = Aws::String>
82 m_statusHasBeenSet =
true;
83 m_status = std::forward<StatusT>(value);
85 template <
typename StatusT = Aws::String>
99 template <
typename CreateTimeT = Aws::Utils::DateTime>
101 m_createTimeHasBeenSet =
true;
102 m_createTime = std::forward<CreateTimeT>(value);
104 template <
typename CreateTimeT = Aws::Utils::DateTime>
118 template <
typename UpdateTimeT = Aws::Utils::DateTime>
120 m_updateTimeHasBeenSet =
true;
121 m_updateTime = std::forward<UpdateTimeT>(value);
123 template <
typename UpdateTimeT = Aws::Utils::DateTime>
137 template <
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
139 m_geofencePropertiesHasBeenSet =
true;
140 m_geofenceProperties = std::forward<GeofencePropertiesT>(value);
142 template <
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
147 template <
typename GeofencePropertiesKeyT = Aws::String,
typename GeofencePropertiesValueT = Aws::String>
149 m_geofencePropertiesHasBeenSet =
true;
150 m_geofenceProperties.emplace(std::forward<GeofencePropertiesKeyT>(key), std::forward<GeofencePropertiesValueT>(value));
158 template <
typename RequestIdT = Aws::String>
160 m_requestIdHasBeenSet =
true;
161 m_requestId = std::forward<RequestIdT>(value);
163 template <
typename RequestIdT = Aws::String>
186 bool m_geofenceIdHasBeenSet =
false;
187 bool m_geometryHasBeenSet =
false;
188 bool m_statusHasBeenSet =
false;
189 bool m_createTimeHasBeenSet =
false;
190 bool m_updateTimeHasBeenSet =
false;
191 bool m_geofencePropertiesHasBeenSet =
false;
192 bool m_requestIdHasBeenSet =
false;
void SetGeometry(GeometryT &&value)
void SetCreateTime(CreateTimeT &&value)
GetGeofenceResult & WithGeofenceId(GeofenceIdT &&value)
void SetUpdateTime(UpdateTimeT &&value)
GetGeofenceResult & WithStatus(StatusT &&value)
AWS_LOCATIONSERVICE_API GetGeofenceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetStatus() const
void SetStatus(StatusT &&value)
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const GeofenceGeometry & GetGeometry() const
GetGeofenceResult & WithGeofenceProperties(GeofencePropertiesT &&value)
void SetRequestId(RequestIdT &&value)
void SetGeofenceId(GeofenceIdT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
void SetGeofenceProperties(GeofencePropertiesT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetGeofenceId() const
GetGeofenceResult & WithRequestId(RequestIdT &&value)
AWS_LOCATIONSERVICE_API GetGeofenceResult()=default
AWS_LOCATIONSERVICE_API GetGeofenceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGeofenceResult & WithGeometry(GeometryT &&value)
GetGeofenceResult & WithCreateTime(CreateTimeT &&value)
GetGeofenceResult & AddGeofenceProperties(GeofencePropertiesKeyT &&key, GeofencePropertiesValueT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
GetGeofenceResult & WithUpdateTime(UpdateTimeT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue