7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/security-ir/SecurityIR_EXPORTS.h>
10#include <aws/security-ir/model/CaseAttachmentStatus.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>
79 m_attachmentStatusHasBeenSet =
true;
80 m_attachmentStatus = value;
94 template <
typename CreatorT = Aws::String>
96 m_creatorHasBeenSet =
true;
97 m_creator = std::forward<CreatorT>(value);
99 template <
typename CreatorT = Aws::String>
112 template <
typename CreatedDateT = Aws::Utils::DateTime>
114 m_createdDateHasBeenSet =
true;
115 m_createdDate = std::forward<CreatedDateT>(value);
117 template <
typename CreatedDateT = Aws::Utils::DateTime>
133 bool m_attachmentIdHasBeenSet =
false;
134 bool m_fileNameHasBeenSet =
false;
135 bool m_attachmentStatusHasBeenSet =
false;
136 bool m_creatorHasBeenSet =
false;
137 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