7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationService_EXPORTS.h>
9#include <aws/location/model/BatchItemError.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>
60 template <
typename ErrorT = BatchItemError>
62 m_errorHasBeenSet =
true;
63 m_error = std::forward<ErrorT>(value);
65 template <
typename ErrorT = BatchItemError>
67 SetError(std::forward<ErrorT>(value));
75 bool m_geofenceIdHasBeenSet =
false;
76 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