7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetAttachmentId(
const char* value) { m_attachmentIdHasBeenSet =
true; m_attachmentId.assign(value); }
64 inline void SetFileName(
const char* value) { m_fileNameHasBeenSet =
true; m_fileName.assign(value); }
72 bool m_attachmentIdHasBeenSet =
false;
75 bool m_fileNameHasBeenSet =
false;
void SetAttachmentId(const char *value)
const Aws::String & GetFileName() const
AttachmentDetails & WithFileName(const char *value)
AttachmentDetails & WithFileName(Aws::String &&value)
void SetFileName(const char *value)
AWS_SUPPORT_API AttachmentDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SUPPORT_API AttachmentDetails()
void SetAttachmentId(Aws::String &&value)
bool AttachmentIdHasBeenSet() const
bool FileNameHasBeenSet() const
void SetFileName(const Aws::String &value)
AttachmentDetails & WithAttachmentId(const Aws::String &value)
AttachmentDetails & WithAttachmentId(const char *value)
void SetAttachmentId(const Aws::String &value)
const Aws::String & GetAttachmentId() const
AWS_SUPPORT_API AttachmentDetails(Aws::Utils::Json::JsonView jsonValue)
AttachmentDetails & WithFileName(const Aws::String &value)
void SetFileName(Aws::String &&value)
AttachmentDetails & WithAttachmentId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue