7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/security-ir/model/CaseAttachmentStatus.h>
10#include <aws/core/utils/DateTime.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>
82 template<
typename CreatorT = Aws::String>
83 void SetCreator(CreatorT&& value) { m_creatorHasBeenSet =
true; m_creator = std::forward<CreatorT>(value); }
84 template<
typename CreatorT = Aws::String>
94 template<
typename CreatedDateT = Aws::Utils::DateTime>
95 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
96 template<
typename CreatedDateT = Aws::Utils::DateTime>
102 bool m_attachmentIdHasBeenSet =
false;
105 bool m_fileNameHasBeenSet =
false;
108 bool m_attachmentStatusHasBeenSet =
false;
111 bool m_creatorHasBeenSet =
false;
114 bool m_createdDateHasBeenSet =
false;
void SetFileName(FileNameT &&value)
CaseAttachmentAttributes & WithAttachmentStatus(CaseAttachmentStatus value)
bool AttachmentIdHasBeenSet() const
void SetAttachmentStatus(CaseAttachmentStatus value)
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
CaseAttachmentStatus GetAttachmentStatus() const
CaseAttachmentAttributes & WithAttachmentId(AttachmentIdT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
bool CreatorHasBeenSet() const
CaseAttachmentAttributes & WithCreator(CreatorT &&value)
CaseAttachmentAttributes & WithCreatedDate(CreatedDateT &&value)
void SetCreatedDate(CreatedDateT &&value)
const Aws::String & GetCreator() const
void SetAttachmentId(AttachmentIdT &&value)
bool AttachmentStatusHasBeenSet() const
const Aws::String & GetFileName() const
const Aws::String & GetAttachmentId() const
CaseAttachmentAttributes & WithFileName(FileNameT &&value)
AWS_SECURITYIR_API CaseAttachmentAttributes(Aws::Utils::Json::JsonView jsonValue)
bool FileNameHasBeenSet() const
bool CreatedDateHasBeenSet() const
AWS_SECURITYIR_API CaseAttachmentAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreator(CreatorT &&value)
AWS_SECURITYIR_API CaseAttachmentAttributes()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue