AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PutSupplementalTaxRegistrationResult.h
1
6#pragma once
7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/taxsettings/model/TaxRegistrationStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace TaxSettings
25{
26namespace Model
27{
29 {
30 public:
34
35
37
41 inline const Aws::String& GetAuthorityId() const{ return m_authorityId; }
42 inline void SetAuthorityId(const Aws::String& value) { m_authorityId = value; }
43 inline void SetAuthorityId(Aws::String&& value) { m_authorityId = std::move(value); }
44 inline void SetAuthorityId(const char* value) { m_authorityId.assign(value); }
46 inline PutSupplementalTaxRegistrationResult& WithAuthorityId(Aws::String&& value) { SetAuthorityId(std::move(value)); return *this;}
47 inline PutSupplementalTaxRegistrationResult& WithAuthorityId(const char* value) { SetAuthorityId(value); return *this;}
49
51
57 inline const TaxRegistrationStatus& GetStatus() const{ return m_status; }
58 inline void SetStatus(const TaxRegistrationStatus& value) { m_status = value; }
59 inline void SetStatus(TaxRegistrationStatus&& value) { m_status = std::move(value); }
61 inline PutSupplementalTaxRegistrationResult& WithStatus(TaxRegistrationStatus&& value) { SetStatus(std::move(value)); return *this;}
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline PutSupplementalTaxRegistrationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline PutSupplementalTaxRegistrationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline PutSupplementalTaxRegistrationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::String m_authorityId;
77
78 TaxRegistrationStatus m_status;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace TaxSettings
85} // namespace Aws
PutSupplementalTaxRegistrationResult & WithRequestId(Aws::String &&value)
PutSupplementalTaxRegistrationResult & WithAuthorityId(const Aws::String &value)
PutSupplementalTaxRegistrationResult & WithRequestId(const char *value)
PutSupplementalTaxRegistrationResult & WithAuthorityId(const char *value)
PutSupplementalTaxRegistrationResult & WithRequestId(const Aws::String &value)
PutSupplementalTaxRegistrationResult & WithStatus(const TaxRegistrationStatus &value)
PutSupplementalTaxRegistrationResult & WithStatus(TaxRegistrationStatus &&value)
AWS_TAXSETTINGS_API PutSupplementalTaxRegistrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TAXSETTINGS_API PutSupplementalTaxRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutSupplementalTaxRegistrationResult & WithAuthorityId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue