7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/support/Support_EXPORTS.h>
42 template <
typename AttachmentIdT = Aws::String>
44 m_attachmentIdHasBeenSet =
true;
45 m_attachmentId = std::forward<AttachmentIdT>(value);
47 template <
typename AttachmentIdT = Aws::String>
60 template <
typename FileNameT = Aws::String>
62 m_fileNameHasBeenSet =
true;
63 m_fileName = std::forward<FileNameT>(value);
65 template <
typename FileNameT = Aws::String>
75 bool m_attachmentIdHasBeenSet =
false;
76 bool m_fileNameHasBeenSet =
false;
const Aws::String & GetFileName() const
AttachmentDetails & WithFileName(FileNameT &&value)
void SetAttachmentId(AttachmentIdT &&value)
AWS_SUPPORT_API AttachmentDetails()=default
AWS_SUPPORT_API AttachmentDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFileName(FileNameT &&value)
bool AttachmentIdHasBeenSet() const
bool FileNameHasBeenSet() const
AttachmentDetails & WithAttachmentId(AttachmentIdT &&value)
const Aws::String & GetAttachmentId() const
AWS_SUPPORT_API AttachmentDetails(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue