7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/ArtifactStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectParticipant {
45 template <
typename ContentTypeT = Aws::String>
47 m_contentTypeHasBeenSet =
true;
48 m_contentType = std::forward<ContentTypeT>(value);
50 template <
typename ContentTypeT = Aws::String>
63 template <
typename AttachmentIdT = Aws::String>
65 m_attachmentIdHasBeenSet =
true;
66 m_attachmentId = std::forward<AttachmentIdT>(value);
68 template <
typename AttachmentIdT = Aws::String>
81 template <
typename AttachmentNameT = Aws::String>
83 m_attachmentNameHasBeenSet =
true;
84 m_attachmentName = std::forward<AttachmentNameT>(value);
86 template <
typename AttachmentNameT = Aws::String>
100 m_statusHasBeenSet =
true;
116 bool m_contentTypeHasBeenSet =
false;
117 bool m_attachmentIdHasBeenSet =
false;
118 bool m_attachmentNameHasBeenSet =
false;
119 bool m_statusHasBeenSet =
false;
void SetAttachmentName(AttachmentNameT &&value)
AttachmentItem & WithAttachmentName(AttachmentNameT &&value)
bool AttachmentNameHasBeenSet() const
AttachmentItem & WithAttachmentId(AttachmentIdT &&value)
bool AttachmentIdHasBeenSet() const
bool ContentTypeHasBeenSet() const
ArtifactStatus GetStatus() const
AWS_CONNECTPARTICIPANT_API AttachmentItem()=default
const Aws::String & GetAttachmentId() const
void SetContentType(ContentTypeT &&value)
bool StatusHasBeenSet() const
void SetStatus(ArtifactStatus value)
AWS_CONNECTPARTICIPANT_API AttachmentItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContentType() const
AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const
AttachmentItem & WithContentType(ContentTypeT &&value)
AttachmentItem & WithStatus(ArtifactStatus value)
AWS_CONNECTPARTICIPANT_API AttachmentItem(Aws::Utils::Json::JsonView jsonValue)
void SetAttachmentId(AttachmentIdT &&value)
const Aws::String & GetAttachmentName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue