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
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>
60 template<
typename ErrorT = BatchItemError>
61 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
62 template<
typename ErrorT = BatchItemError>
68 bool m_geofenceIdHasBeenSet =
false;
71 bool m_errorHasBeenSet =
false;
AWS_LOCATIONSERVICE_API BatchPutGeofenceError()=default
bool GeofenceIdHasBeenSet() const
AWS_LOCATIONSERVICE_API BatchPutGeofenceError(Aws::Utils::Json::JsonView jsonValue)
BatchPutGeofenceError & WithError(ErrorT &&value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOCATIONSERVICE_API BatchPutGeofenceError & operator=(Aws::Utils::Json::JsonView jsonValue)
const BatchItemError & GetError() const
const Aws::String & GetGeofenceId() const
bool ErrorHasBeenSet() const
void SetError(ErrorT &&value)
BatchPutGeofenceError & WithGeofenceId(GeofenceIdT &&value)
void SetGeofenceId(GeofenceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue