7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 template<
typename DestinationFilePathT = Aws::String>
42 void SetDestinationFilePath(DestinationFilePathT&& value) { m_destinationFilePathHasBeenSet =
true; m_destinationFilePath = std::forward<DestinationFilePathT>(value); }
43 template<
typename DestinationFilePathT = Aws::String>
52 template<
typename Pre
signedS3UrlT = Aws::String>
53 void SetPresignedS3Url(PresignedS3UrlT&& value) { m_presignedS3UrlHasBeenSet =
true; m_presignedS3Url = std::forward<PresignedS3UrlT>(value); }
54 template<
typename Pre
signedS3UrlT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_destinationFilePathHasBeenSet =
false;
72 bool m_presignedS3UrlHasBeenSet =
false;
75 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