7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace LocationService
48 template<
typename GeofenceIdT = Aws::String>
49 void SetGeofenceId(GeofenceIdT&& value) { m_geofenceIdHasBeenSet =
true; m_geofenceId = std::forward<GeofenceIdT>(value); }
50 template<
typename GeofenceIdT = Aws::String>
62 template<
typename CreateTimeT = Aws::Utils::DateTime>
63 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
64 template<
typename CreateTimeT = Aws::Utils::DateTime>
76 template<
typename UpdateTimeT = Aws::Utils::DateTime>
77 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
78 template<
typename UpdateTimeT = Aws::Utils::DateTime>
84 bool m_geofenceIdHasBeenSet =
false;
87 bool m_createTimeHasBeenSet =
false;
90 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