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
50 inline void SetGeofenceId(
const char* value) { m_geofenceIdHasBeenSet =
true; m_geofenceId.assign(value); }
86 bool m_geofenceIdHasBeenSet =
false;
89 bool m_createTimeHasBeenSet =
false;
92 bool m_updateTimeHasBeenSet =
false;
AWS_LOCATIONSERVICE_API BatchPutGeofenceSuccess & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreateTimeHasBeenSet() const
AWS_LOCATIONSERVICE_API BatchPutGeofenceSuccess()
bool UpdateTimeHasBeenSet() const
BatchPutGeofenceSuccess & WithUpdateTime(const Aws::Utils::DateTime &value)
BatchPutGeofenceSuccess & WithCreateTime(Aws::Utils::DateTime &&value)
void SetGeofenceId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::Utils::DateTime & GetUpdateTime() const
AWS_LOCATIONSERVICE_API BatchPutGeofenceSuccess(Aws::Utils::Json::JsonView jsonValue)
void SetCreateTime(const Aws::Utils::DateTime &value)
bool GeofenceIdHasBeenSet() const
BatchPutGeofenceSuccess & WithGeofenceId(Aws::String &&value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
BatchPutGeofenceSuccess & WithCreateTime(const Aws::Utils::DateTime &value)
BatchPutGeofenceSuccess & WithGeofenceId(const Aws::String &value)
BatchPutGeofenceSuccess & WithUpdateTime(Aws::Utils::DateTime &&value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
void SetGeofenceId(Aws::String &&value)
void SetCreateTime(Aws::Utils::DateTime &&value)
void SetUpdateTime(const Aws::Utils::DateTime &value)
BatchPutGeofenceSuccess & WithGeofenceId(const char *value)
void SetGeofenceId(const char *value)
const Aws::String & GetGeofenceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue