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
45 inline void SetGeofenceId(
const char* value) { m_geofenceId.assign(value); }
76 inline void SetStatus(
const char* value) { m_status.assign(value); }
133 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetGeofenceResult & WithCreateTime(const Aws::Utils::DateTime &value)
GetGeofenceResult & WithUpdateTime(const Aws::Utils::DateTime &value)
void SetGeofenceId(Aws::String &&value)
GetGeofenceResult & WithRequestId(Aws::String &&value)
void SetUpdateTime(const Aws::Utils::DateTime &value)
void SetGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
GetGeofenceResult & WithUpdateTime(Aws::Utils::DateTime &&value)
void SetCreateTime(Aws::Utils::DateTime &&value)
void SetRequestId(Aws::String &&value)
AWS_LOCATIONSERVICE_API GetGeofenceResult()
AWS_LOCATIONSERVICE_API GetGeofenceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetStatus() const
GetGeofenceResult & WithGeometry(const GeofenceGeometry &value)
void SetStatus(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetGeofenceProperties() const
const GeofenceGeometry & GetGeometry() const
GetGeofenceResult & WithGeofenceId(const Aws::String &value)
GetGeofenceResult & WithRequestId(const Aws::String &value)
GetGeofenceResult & WithRequestId(const char *value)
const Aws::Utils::DateTime & GetCreateTime() const
GetGeofenceResult & AddGeofenceProperties(const Aws::String &key, Aws::String &&value)
void SetStatus(Aws::String &&value)
GetGeofenceResult & WithStatus(Aws::String &&value)
void SetGeometry(const GeofenceGeometry &value)
GetGeofenceResult & WithStatus(const Aws::String &value)
void SetGeofenceId(const char *value)
GetGeofenceResult & AddGeofenceProperties(Aws::String &&key, const char *value)
void SetGeofenceId(const Aws::String &value)
GetGeofenceResult & WithGeometry(GeofenceGeometry &&value)
GetGeofenceResult & AddGeofenceProperties(Aws::String &&key, const Aws::String &value)
GetGeofenceResult & WithGeofenceId(Aws::String &&value)
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
GetGeofenceResult & AddGeofenceProperties(Aws::String &&key, Aws::String &&value)
const Aws::String & GetGeofenceId() const
AWS_LOCATIONSERVICE_API GetGeofenceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
GetGeofenceResult & WithStatus(const char *value)
GetGeofenceResult & WithGeofenceProperties(Aws::Map< Aws::String, Aws::String > &&value)
void SetStatus(const Aws::String &value)
GetGeofenceResult & WithGeofenceProperties(const Aws::Map< Aws::String, Aws::String > &value)
GetGeofenceResult & WithCreateTime(Aws::Utils::DateTime &&value)
void SetCreateTime(const Aws::Utils::DateTime &value)
GetGeofenceResult & WithGeofenceId(const char *value)
void SetGeometry(GeofenceGeometry &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
GetGeofenceResult & AddGeofenceProperties(const char *key, const char *value)
void SetRequestId(const Aws::String &value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
GetGeofenceResult & AddGeofenceProperties(const char *key, Aws::String &&value)
GetGeofenceResult & AddGeofenceProperties(const Aws::String &key, const Aws::String &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