7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/model/BatchDeleteGeofenceError.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LocationService
42 template<
typename ErrorsT = Aws::Vector<BatchDeleteGeofenceError>>
43 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
44 template<
typename ErrorsT = Aws::Vector<BatchDeleteGeofenceError>>
46 template<
typename ErrorsT = BatchDeleteGeofenceError>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_errorsHasBeenSet =
false;
64 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