7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connectparticipant/model/ArtifactStatus.h>
22namespace ConnectParticipant
53 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
67 inline void SetAttachmentId(
const char* value) { m_attachmentIdHasBeenSet =
true; m_attachmentId.assign(value); }
81 inline void SetAttachmentName(
const char* value) { m_attachmentNameHasBeenSet =
true; m_attachmentName.assign(value); }
101 bool m_contentTypeHasBeenSet =
false;
104 bool m_attachmentIdHasBeenSet =
false;
107 bool m_attachmentNameHasBeenSet =
false;
110 bool m_statusHasBeenSet =
false;
AttachmentItem & WithContentType(Aws::String &&value)
void SetAttachmentId(const char *value)
void SetAttachmentName(const Aws::String &value)
AttachmentItem & WithAttachmentId(const char *value)
AttachmentItem & WithAttachmentId(Aws::String &&value)
AttachmentItem & WithAttachmentName(const Aws::String &value)
bool AttachmentNameHasBeenSet() const
bool AttachmentIdHasBeenSet() const
AttachmentItem & WithContentType(const Aws::String &value)
bool ContentTypeHasBeenSet() const
void SetContentType(Aws::String &&value)
void SetAttachmentId(const Aws::String &value)
void SetContentType(const char *value)
AttachmentItem & WithStatus(ArtifactStatus &&value)
AttachmentItem & WithAttachmentName(const char *value)
void SetAttachmentName(const char *value)
void SetAttachmentId(Aws::String &&value)
void SetStatus(const ArtifactStatus &value)
const Aws::String & GetAttachmentId() const
AWS_CONNECTPARTICIPANT_API AttachmentItem()
void SetStatus(ArtifactStatus &&value)
const ArtifactStatus & GetStatus() const
AttachmentItem & WithContentType(const char *value)
AttachmentItem & WithStatus(const ArtifactStatus &value)
bool StatusHasBeenSet() const
AttachmentItem & WithAttachmentId(const Aws::String &value)
AttachmentItem & WithAttachmentName(Aws::String &&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
void SetAttachmentName(Aws::String &&value)
void SetContentType(const Aws::String &value)
AWS_CONNECTPARTICIPANT_API AttachmentItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttachmentName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue