7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/ArtifactStatus.h>
47 template<
typename AttachmentNameT = Aws::String>
48 void SetAttachmentName(AttachmentNameT&& value) { m_attachmentNameHasBeenSet =
true; m_attachmentName = std::forward<AttachmentNameT>(value); }
49 template<
typename AttachmentNameT = Aws::String>
62 template<
typename ContentTypeT = Aws::String>
63 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
64 template<
typename ContentTypeT = Aws::String>
74 template<
typename AttachmentIdT = Aws::String>
75 void SetAttachmentId(AttachmentIdT&& value) { m_attachmentIdHasBeenSet =
true; m_attachmentId = std::forward<AttachmentIdT>(value); }
76 template<
typename AttachmentIdT = Aws::String>
92 bool m_attachmentNameHasBeenSet =
false;
95 bool m_contentTypeHasBeenSet =
false;
98 bool m_attachmentIdHasBeenSet =
false;
101 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue