7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ArtifactStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename AttachmentNameT = Aws::String>
43 m_attachmentNameHasBeenSet =
true;
44 m_attachmentName = std::forward<AttachmentNameT>(value);
46 template <
typename AttachmentNameT = Aws::String>
62 template <
typename ContentTypeT = Aws::String>
64 m_contentTypeHasBeenSet =
true;
65 m_contentType = std::forward<ContentTypeT>(value);
67 template <
typename ContentTypeT = Aws::String>
80 template <
typename AttachmentIdT = Aws::String>
82 m_attachmentIdHasBeenSet =
true;
83 m_attachmentId = std::forward<AttachmentIdT>(value);
85 template <
typename AttachmentIdT = Aws::String>
99 m_statusHasBeenSet =
true;
115 bool m_attachmentNameHasBeenSet =
false;
116 bool m_contentTypeHasBeenSet =
false;
117 bool m_attachmentIdHasBeenSet =
false;
118 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue