7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/model/BatchItemError.h>
22namespace LocationService
50 inline void SetGeofenceId(
const char* value) { m_geofenceIdHasBeenSet =
true; m_geofenceId.assign(value); }
70 bool m_geofenceIdHasBeenSet =
false;
73 bool m_errorHasBeenSet =
false;
void SetError(BatchItemError &&value)
bool GeofenceIdHasBeenSet() const
BatchDeleteGeofenceError & WithGeofenceId(const char *value)
BatchDeleteGeofenceError & WithError(const BatchItemError &value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
BatchDeleteGeofenceError & WithGeofenceId(Aws::String &&value)
AWS_LOCATIONSERVICE_API BatchDeleteGeofenceError & operator=(Aws::Utils::Json::JsonView jsonValue)
const BatchItemError & GetError() const
void SetGeofenceId(const char *value)
BatchDeleteGeofenceError & WithGeofenceId(const Aws::String &value)
const Aws::String & GetGeofenceId() const
void SetGeofenceId(Aws::String &&value)
bool ErrorHasBeenSet() const
void SetGeofenceId(const Aws::String &value)
void SetError(const BatchItemError &value)
AWS_LOCATIONSERVICE_API BatchDeleteGeofenceError()
AWS_LOCATIONSERVICE_API BatchDeleteGeofenceError(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteGeofenceError & WithError(BatchItemError &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue