AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
PutSupplementalTaxRegistrationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9#include <aws/taxsettings/model/TaxRegistrationStatus.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace TaxSettings {
23namespace Model {
25 public:
26 AWS_TAXSETTINGS_API PutSupplementalTaxRegistrationResult() = default;
30
32
36 inline const Aws::String& GetAuthorityId() const { return m_authorityId; }
37 template <typename AuthorityIdT = Aws::String>
38 void SetAuthorityId(AuthorityIdT&& value) {
39 m_authorityIdHasBeenSet = true;
40 m_authorityId = std::forward<AuthorityIdT>(value);
41 }
42 template <typename AuthorityIdT = Aws::String>
44 SetAuthorityId(std::forward<AuthorityIdT>(value));
45 return *this;
46 }
48
50
56 inline TaxRegistrationStatus GetStatus() const { return m_status; }
57 inline void SetStatus(TaxRegistrationStatus value) {
58 m_statusHasBeenSet = true;
59 m_status = value;
60 }
62 SetStatus(value);
63 return *this;
64 }
66
68
69 inline const Aws::String& GetRequestId() const { return m_requestId; }
70 template <typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) {
72 m_requestIdHasBeenSet = true;
73 m_requestId = std::forward<RequestIdT>(value);
74 }
75 template <typename RequestIdT = Aws::String>
77 SetRequestId(std::forward<RequestIdT>(value));
78 return *this;
79 }
81 private:
82 Aws::String m_authorityId;
83
85
86 Aws::String m_requestId;
87 bool m_authorityIdHasBeenSet = false;
88 bool m_statusHasBeenSet = false;
89 bool m_requestIdHasBeenSet = false;
90};
91
92} // namespace Model
93} // namespace TaxSettings
94} // namespace Aws
PutSupplementalTaxRegistrationResult & WithStatus(TaxRegistrationStatus value)
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)
PutSupplementalTaxRegistrationResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue