64 inline void SetFileName(
const char* value) { m_fileNameHasBeenSet =
true; m_fileName.assign(value); }
108 bool m_fileNameHasBeenSet;
110 bool m_dataHasBeenSet;
const Aws::String & GetFileName() const
Attachment & WithFileName(const char *value)
Attachment & WithData(Aws::Utils::ByteBuffer &&value)
void SetData(const Aws::Utils::ByteBuffer &value)
void SetFileName(const Aws::String &value)
void SetFileName(Aws::String &&value)
Attachment & WithFileName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Attachment & WithData(const Aws::Utils::ByteBuffer &value)
const Aws::Utils::ByteBuffer & GetData() const
void SetFileName(const char *value)
Attachment & WithFileName(const Aws::String &value)
void SetData(Aws::Utils::ByteBuffer &&value)
JSON (JavaScript Object Notation).