7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/location/LocationService_EXPORTS.h>
10#include <aws/location/model/BatchDeleteGeofenceError.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LocationService {
36 template <
typename ErrorsT = Aws::Vector<BatchDeleteGeofenceError>>
38 m_errorsHasBeenSet =
true;
39 m_errors = std::forward<ErrorsT>(value);
41 template <
typename ErrorsT = Aws::Vector<BatchDeleteGeofenceError>>
46 template <
typename ErrorsT = BatchDeleteGeofenceError>
48 m_errorsHasBeenSet =
true;
49 m_errors.emplace_back(std::forward<ErrorsT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_errorsHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
AWS_LOCATIONSERVICE_API BatchDeleteGeofenceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOCATIONSERVICE_API BatchDeleteGeofenceResult()=default
void SetErrors(ErrorsT &&value)
BatchDeleteGeofenceResult & AddErrors(ErrorsT &&value)
void SetRequestId(RequestIdT &&value)
BatchDeleteGeofenceResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< BatchDeleteGeofenceError > & GetErrors() const
const Aws::String & GetRequestId() const
BatchDeleteGeofenceResult & WithErrors(ErrorsT &&value)
AWS_LOCATIONSERVICE_API BatchDeleteGeofenceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue