AWS SDK for C++

AWS SDK for C++ Version 1.11.761

Loading...
Searching...
No Matches
GetTaxRegistrationDocumentResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/taxsettings/TaxSettings_EXPORTS.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 GetTaxRegistrationDocumentResult() = default;
29
31
35 inline const Aws::String& GetDestinationFilePath() const { return m_destinationFilePath; }
36 template <typename DestinationFilePathT = Aws::String>
37 void SetDestinationFilePath(DestinationFilePathT&& value) {
38 m_destinationFilePathHasBeenSet = true;
39 m_destinationFilePath = std::forward<DestinationFilePathT>(value);
40 }
41 template <typename DestinationFilePathT = Aws::String>
43 SetDestinationFilePath(std::forward<DestinationFilePathT>(value));
44 return *this;
45 }
47
49
52 inline const Aws::String& GetPresignedS3Url() const { return m_presignedS3Url; }
53 template <typename PresignedS3UrlT = Aws::String>
54 void SetPresignedS3Url(PresignedS3UrlT&& value) {
55 m_presignedS3UrlHasBeenSet = true;
56 m_presignedS3Url = std::forward<PresignedS3UrlT>(value);
57 }
58 template <typename PresignedS3UrlT = Aws::String>
60 SetPresignedS3Url(std::forward<PresignedS3UrlT>(value));
61 return *this;
62 }
64
66
67 inline const Aws::String& GetRequestId() const { return m_requestId; }
68 template <typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) {
70 m_requestIdHasBeenSet = true;
71 m_requestId = std::forward<RequestIdT>(value);
72 }
73 template <typename RequestIdT = Aws::String>
75 SetRequestId(std::forward<RequestIdT>(value));
76 return *this;
77 }
79 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
80
81 private:
82 Aws::String m_destinationFilePath;
83
84 Aws::String m_presignedS3Url;
85
86 Aws::String m_requestId;
87 Aws::Http::HttpResponseCode m_HttpResponseCode;
88 bool m_destinationFilePathHasBeenSet = false;
89 bool m_presignedS3UrlHasBeenSet = false;
90 bool m_requestIdHasBeenSet = false;
91};
92
93} // namespace Model
94} // namespace TaxSettings
95} // namespace Aws
GetTaxRegistrationDocumentResult & WithDestinationFilePath(DestinationFilePathT &&value)
AWS_TAXSETTINGS_API GetTaxRegistrationDocumentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_TAXSETTINGS_API GetTaxRegistrationDocumentResult()=default
GetTaxRegistrationDocumentResult & WithPresignedS3Url(PresignedS3UrlT &&value)
GetTaxRegistrationDocumentResult & WithRequestId(RequestIdT &&value)
AWS_TAXSETTINGS_API GetTaxRegistrationDocumentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue