7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationService_EXPORTS.h>
20namespace LocationService {
42 template <
typename GeofenceIdT = Aws::String>
44 m_geofenceIdHasBeenSet =
true;
45 m_geofenceId = std::forward<GeofenceIdT>(value);
47 template <
typename GeofenceIdT = Aws::String>
62 template <
typename CreateTimeT = Aws::Utils::DateTime>
64 m_createTimeHasBeenSet =
true;
65 m_createTime = std::forward<CreateTimeT>(value);
67 template <
typename CreateTimeT = Aws::Utils::DateTime>
82 template <
typename UpdateTimeT = Aws::Utils::DateTime>
84 m_updateTimeHasBeenSet =
true;
85 m_updateTime = std::forward<UpdateTimeT>(value);
87 template <
typename UpdateTimeT = Aws::Utils::DateTime>
99 bool m_geofenceIdHasBeenSet =
false;
100 bool m_createTimeHasBeenSet =
false;
101 bool m_updateTimeHasBeenSet =
false;
AWS_LOCATIONSERVICE_API BatchPutGeofenceSuccess & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreateTimeHasBeenSet() const
bool UpdateTimeHasBeenSet() const
BatchPutGeofenceSuccess & WithUpdateTime(UpdateTimeT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
BatchPutGeofenceSuccess & WithGeofenceId(GeofenceIdT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
BatchPutGeofenceSuccess & WithCreateTime(CreateTimeT &&value)
AWS_LOCATIONSERVICE_API BatchPutGeofenceSuccess(Aws::Utils::Json::JsonView jsonValue)
bool GeofenceIdHasBeenSet() const
AWS_LOCATIONSERVICE_API BatchPutGeofenceSuccess()=default
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUpdateTime(UpdateTimeT &&value)
void SetCreateTime(CreateTimeT &&value)
void SetGeofenceId(GeofenceIdT &&value)
const Aws::String & GetGeofenceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue