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/BatchEvaluateGeofencesError.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LocationService
43 template<
typename ErrorsT = Aws::Vector<BatchEvaluateGeofencesError>>
44 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
45 template<
typename ErrorsT = Aws::Vector<BatchEvaluateGeofencesError>>
47 template<
typename ErrorsT = BatchEvaluateGeofencesError>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_errorsHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
BatchEvaluateGeofencesResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< BatchEvaluateGeofencesError > & GetErrors() const
BatchEvaluateGeofencesResult & AddErrors(ErrorsT &&value)
void SetErrors(ErrorsT &&value)
const Aws::String & GetRequestId() const
AWS_LOCATIONSERVICE_API BatchEvaluateGeofencesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOCATIONSERVICE_API BatchEvaluateGeofencesResult()=default
AWS_LOCATIONSERVICE_API BatchEvaluateGeofencesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
BatchEvaluateGeofencesResult & WithErrors(ErrorsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue