7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/LocationService_EXPORTS.h>
11#include <aws/location/model/GeofenceGeometry.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LocationService {
37 template <
typename GeofenceIdT = Aws::String>
39 m_geofenceIdHasBeenSet =
true;
40 m_geofenceId = std::forward<GeofenceIdT>(value);
42 template <
typename GeofenceIdT = Aws::String>
55 template <
typename GeometryT = GeofenceGeometry>
57 m_geometryHasBeenSet =
true;
58 m_geometry = std::forward<GeometryT>(value);
60 template <
typename GeometryT = GeofenceGeometry>
79 template <
typename StatusT = Aws::String>
81 m_statusHasBeenSet =
true;
82 m_status = std::forward<StatusT>(value);
84 template <
typename StatusT = Aws::String>
98 template <
typename CreateTimeT = Aws::Utils::DateTime>
100 m_createTimeHasBeenSet =
true;
101 m_createTime = std::forward<CreateTimeT>(value);
103 template <
typename CreateTimeT = Aws::Utils::DateTime>
117 template <
typename UpdateTimeT = Aws::Utils::DateTime>
119 m_updateTimeHasBeenSet =
true;
120 m_updateTime = std::forward<UpdateTimeT>(value);
122 template <
typename UpdateTimeT = Aws::Utils::DateTime>
136 template <
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
138 m_geofencePropertiesHasBeenSet =
true;
139 m_geofenceProperties = std::forward<GeofencePropertiesT>(value);
141 template <
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
146 template <
typename GeofencePropertiesKeyT = Aws::String,
typename GeofencePropertiesValueT = Aws::String>
148 m_geofencePropertiesHasBeenSet =
true;
149 m_geofenceProperties.emplace(std::forward<GeofencePropertiesKeyT>(key), std::forward<GeofencePropertiesValueT>(value));
157 template <
typename RequestIdT = Aws::String>
159 m_requestIdHasBeenSet =
true;
160 m_requestId = std::forward<RequestIdT>(value);
162 template <
typename RequestIdT = Aws::String>
182 bool m_geofenceIdHasBeenSet =
false;
183 bool m_geometryHasBeenSet =
false;
184 bool m_statusHasBeenSet =
false;
185 bool m_createTimeHasBeenSet =
false;
186 bool m_updateTimeHasBeenSet =
false;
187 bool m_geofencePropertiesHasBeenSet =
false;
188 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
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