7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/taxsettings/TaxSettings_EXPORTS.h>
20namespace TaxSettings {
41 template <
typename FileContentT = Aws::Utils::ByteBuffer>
43 m_fileContentHasBeenSet =
true;
44 m_fileContent = std::forward<FileContentT>(value);
46 template <
typename FileContentT = Aws::Utils::ByteBuffer>
59 template <
typename FileNameT = Aws::String>
61 m_fileNameHasBeenSet =
true;
62 m_fileName = std::forward<FileNameT>(value);
64 template <
typename FileNameT = Aws::String>
74 bool m_fileContentHasBeenSet =
false;
75 bool m_fileNameHasBeenSet =
false;
bool FileContentHasBeenSet() const
void SetFileName(FileNameT &&value)
TaxRegistrationDocFile & WithFileContent(FileContentT &&value)
TaxRegistrationDocFile & WithFileName(FileNameT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileNameHasBeenSet() const
const Aws::String & GetFileName() const
void SetFileContent(FileContentT &&value)
AWS_TAXSETTINGS_API TaxRegistrationDocFile & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API TaxRegistrationDocFile()=default
const Aws::Utils::ByteBuffer & GetFileContent() const
AWS_TAXSETTINGS_API TaxRegistrationDocFile(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue