7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/taxsettings/model/TaxRegistrationStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename AuthorityIdT = Aws::String>
43 void SetAuthorityId(AuthorityIdT&& value) { m_authorityIdHasBeenSet =
true; m_authorityId = std::forward<AuthorityIdT>(value); }
44 template<
typename AuthorityIdT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_authorityIdHasBeenSet =
false;
74 bool m_statusHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
PutSupplementalTaxRegistrationResult & WithStatus(TaxRegistrationStatus value)
void SetStatus(TaxRegistrationStatus value)
const Aws::String & GetAuthorityId() const
void SetAuthorityId(AuthorityIdT &&value)
TaxRegistrationStatus GetStatus() const
const Aws::String & GetRequestId() const
AWS_TAXSETTINGS_API PutSupplementalTaxRegistrationResult()=default
AWS_TAXSETTINGS_API PutSupplementalTaxRegistrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutSupplementalTaxRegistrationResult & WithAuthorityId(AuthorityIdT &&value)
AWS_TAXSETTINGS_API PutSupplementalTaxRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
PutSupplementalTaxRegistrationResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue