7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/model/SourceS3Location.h>
9#include <aws/taxsettings/model/TaxRegistrationDocFile.h>
20namespace TaxSettings {
41 template <
typename FileT = TaxRegistrationDocFile>
43 m_fileHasBeenSet =
true;
44 m_file = std::forward<FileT>(value);
46 template <
typename FileT = TaxRegistrationDocFile>
48 SetFile(std::forward<FileT>(value));
59 template <
typename S3LocationT = SourceS3Location>
61 m_s3LocationHasBeenSet =
true;
62 m_s3Location = std::forward<S3LocationT>(value);
64 template <
typename S3LocationT = SourceS3Location>
74 bool m_fileHasBeenSet =
false;
75 bool m_s3LocationHasBeenSet =
false;
bool S3LocationHasBeenSet() const
TaxRegistrationDocument & WithFile(FileT &&value)
AWS_TAXSETTINGS_API TaxRegistrationDocument()=default
const TaxRegistrationDocFile & GetFile() const
AWS_TAXSETTINGS_API TaxRegistrationDocument(Aws::Utils::Json::JsonView jsonValue)
void SetS3Location(S3LocationT &&value)
const SourceS3Location & GetS3Location() const
AWS_TAXSETTINGS_API TaxRegistrationDocument & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileHasBeenSet() const
void SetFile(FileT &&value)
TaxRegistrationDocument & WithS3Location(S3LocationT &&value)
Aws::Utils::Json::JsonValue JsonValue