7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/model/GeofenceGeometry.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace LocationService
43 template<
typename GeofenceIdT = Aws::String>
44 void SetGeofenceId(GeofenceIdT&& value) { m_geofenceIdHasBeenSet =
true; m_geofenceId = std::forward<GeofenceIdT>(value); }
45 template<
typename GeofenceIdT = Aws::String>
54 template<
typename GeometryT = GeofenceGeometry>
55 void SetGeometry(GeometryT&& value) { m_geometryHasBeenSet =
true; m_geometry = std::forward<GeometryT>(value); }
56 template<
typename GeometryT = GeofenceGeometry>
72 template<
typename StatusT = Aws::String>
73 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
74 template<
typename StatusT = Aws::String>
85 template<
typename CreateTimeT = Aws::Utils::DateTime>
86 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
87 template<
typename CreateTimeT = Aws::Utils::DateTime>
98 template<
typename UpdateTimeT = Aws::Utils::DateTime>
99 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
100 template<
typename UpdateTimeT = Aws::Utils::DateTime>
111 template<
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
112 void SetGeofenceProperties(GeofencePropertiesT&& value) { m_geofencePropertiesHasBeenSet =
true; m_geofenceProperties = std::forward<GeofencePropertiesT>(value); }
113 template<
typename GeofencePropertiesT = Aws::Map<Aws::String, Aws::String>>
115 template<
typename GeofencePropertiesKeyT = Aws::String,
typename GeofencePropertiesValueT = Aws::String>
117 m_geofencePropertiesHasBeenSet =
true; m_geofenceProperties.emplace(std::forward<GeofencePropertiesKeyT>(key), std::forward<GeofencePropertiesValueT>(value));
return *
this;
124 template<
typename RequestIdT = Aws::String>
125 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
126 template<
typename RequestIdT = Aws::String>
132 bool m_geofenceIdHasBeenSet =
false;
135 bool m_geometryHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
141 bool m_createTimeHasBeenSet =
false;
144 bool m_updateTimeHasBeenSet =
false;
147 bool m_geofencePropertiesHasBeenSet =
false;
150 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