7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/taxsettings/model/BatchDeleteTaxRegistrationError.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ErrorsT = Aws::Vector<BatchDeleteTaxRegistrationError>>
44 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
45 template<
typename ErrorsT = Aws::Vector<BatchDeleteTaxRegistrationError>>
47 template<
typename ErrorsT = BatchDeleteTaxRegistrationError>
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;
AWS_TAXSETTINGS_API BatchDeleteTaxRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
BatchDeleteTaxRegistrationResult & AddErrors(ErrorsT &&value)
AWS_TAXSETTINGS_API BatchDeleteTaxRegistrationResult()=default
void SetRequestId(RequestIdT &&value)
AWS_TAXSETTINGS_API BatchDeleteTaxRegistrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetErrors(ErrorsT &&value)
BatchDeleteTaxRegistrationResult & WithRequestId(RequestIdT &&value)
BatchDeleteTaxRegistrationResult & WithErrors(ErrorsT &&value)
const Aws::Vector< BatchDeleteTaxRegistrationError > & GetErrors() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue