7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9#include <aws/taxsettings/model/TaxRegistrationStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace TaxSettings {
37 template <
typename AuthorityIdT = Aws::String>
39 m_authorityIdHasBeenSet =
true;
40 m_authorityId = std::forward<AuthorityIdT>(value);
42 template <
typename AuthorityIdT = Aws::String>
58 m_statusHasBeenSet =
true;
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_authorityIdHasBeenSet =
false;
88 bool m_statusHasBeenSet =
false;
89 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