7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AttachmentIdT = Aws::String>
49 void SetAttachmentId(AttachmentIdT&& value) { m_attachmentIdHasBeenSet =
true; m_attachmentId = std::forward<AttachmentIdT>(value); }
50 template<
typename AttachmentIdT = Aws::String>
60 template<
typename FileNameT = Aws::String>
61 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
62 template<
typename FileNameT = Aws::String>
68 bool m_attachmentIdHasBeenSet =
false;
71 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