7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace TaxSettings {
35 template <
typename DestinationFilePathT = Aws::String>
37 m_destinationFilePathHasBeenSet =
true;
38 m_destinationFilePath = std::forward<DestinationFilePathT>(value);
40 template <
typename DestinationFilePathT = Aws::String>
52 template <
typename Pre
signedS3UrlT = Aws::String>
54 m_presignedS3UrlHasBeenSet =
true;
55 m_presignedS3Url = std::forward<PresignedS3UrlT>(value);
57 template <
typename Pre
signedS3UrlT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_destinationFilePathHasBeenSet =
false;
85 bool m_presignedS3UrlHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
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