AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
GetTaxRegistrationDocumentResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace TaxSettings {
22namespace Model {
24 public:
25 AWS_TAXSETTINGS_API GetTaxRegistrationDocumentResult() = default;
28
30
34 inline const Aws::String& GetDestinationFilePath() const { return m_destinationFilePath; }
35 template <typename DestinationFilePathT = Aws::String>
36 void SetDestinationFilePath(DestinationFilePathT&& value) {
37 m_destinationFilePathHasBeenSet = true;
38 m_destinationFilePath = std::forward<DestinationFilePathT>(value);
39 }
40 template <typename DestinationFilePathT = Aws::String>
42 SetDestinationFilePath(std::forward<DestinationFilePathT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetPresignedS3Url() const { return m_presignedS3Url; }
52 template <typename PresignedS3UrlT = Aws::String>
53 void SetPresignedS3Url(PresignedS3UrlT&& value) {
54 m_presignedS3UrlHasBeenSet = true;
55 m_presignedS3Url = std::forward<PresignedS3UrlT>(value);
56 }
57 template <typename PresignedS3UrlT = Aws::String>
59 SetPresignedS3Url(std::forward<PresignedS3UrlT>(value));
60 return *this;
61 }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template <typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) {
69 m_requestIdHasBeenSet = true;
70 m_requestId = std::forward<RequestIdT>(value);
71 }
72 template <typename RequestIdT = Aws::String>
74 SetRequestId(std::forward<RequestIdT>(value));
75 return *this;
76 }
78 private:
79 Aws::String m_destinationFilePath;
80
81 Aws::String m_presignedS3Url;
82
83 Aws::String m_requestId;
84 bool m_destinationFilePathHasBeenSet = false;
85 bool m_presignedS3UrlHasBeenSet = false;
86 bool m_requestIdHasBeenSet = false;
87};
88
89} // namespace Model
90} // namespace TaxSettings
91} // 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