7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/taxsettings/TaxSettings_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace TaxSettings {
36 template <
typename DestinationFilePathT = Aws::String>
38 m_destinationFilePathHasBeenSet =
true;
39 m_destinationFilePath = std::forward<DestinationFilePathT>(value);
41 template <
typename DestinationFilePathT = Aws::String>
53 template <
typename Pre
signedS3UrlT = Aws::String>
55 m_presignedS3UrlHasBeenSet =
true;
56 m_presignedS3Url = std::forward<PresignedS3UrlT>(value);
58 template <
typename Pre
signedS3UrlT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_destinationFilePathHasBeenSet =
false;
89 bool m_presignedS3UrlHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetTaxRegistrationDocumentResult & WithDestinationFilePath(DestinationFilePathT &&value)
const Aws::String & GetPresignedS3Url() const
AWS_TAXSETTINGS_API GetTaxRegistrationDocumentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_TAXSETTINGS_API GetTaxRegistrationDocumentResult()=default
const Aws::String & GetDestinationFilePath() const
const Aws::String & GetRequestId() const
GetTaxRegistrationDocumentResult & WithPresignedS3Url(PresignedS3UrlT &&value)
void SetPresignedS3Url(PresignedS3UrlT &&value)
void SetDestinationFilePath(DestinationFilePathT &&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