7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FileContentT = Aws::Utils::ByteBuffer>
48 void SetFileContent(FileContentT&& value) { m_fileContentHasBeenSet =
true; m_fileContent = std::forward<FileContentT>(value); }
49 template<
typename FileContentT = Aws::Utils::ByteBuffer>
59 template<
typename FileNameT = Aws::String>
60 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
61 template<
typename FileNameT = Aws::String>
67 bool m_fileContentHasBeenSet =
false;
70 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