7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/model/TaxRegistrationDocFile.h>
9#include <aws/taxsettings/model/SourceS3Location.h>
47 template<
typename FileT = TaxRegistrationDocFile>
48 void SetFile(FileT&& value) { m_fileHasBeenSet =
true; m_file = std::forward<FileT>(value); }
49 template<
typename FileT = TaxRegistrationDocFile>
59 template<
typename S3LocationT = SourceS3Location>
60 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
61 template<
typename S3LocationT = SourceS3Location>
67 bool m_fileHasBeenSet =
false;
70 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