7#include <aws/artifact/Artifact_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename SourceLabelT = Aws::String>
43 m_sourceLabelHasBeenSet =
true;
44 m_sourceLabel = std::forward<SourceLabelT>(value);
46 template <
typename SourceLabelT = Aws::String>
59 template <
typename SourceContentT = Aws::String>
61 m_sourceContentHasBeenSet =
true;
62 m_sourceContent = std::forward<SourceContentT>(value);
64 template <
typename SourceContentT = Aws::String>
77 template <
typename SourceLinkT = Aws::String>
79 m_sourceLinkHasBeenSet =
true;
80 m_sourceLink = std::forward<SourceLinkT>(value);
82 template <
typename SourceLinkT = Aws::String>
94 bool m_sourceLabelHasBeenSet =
false;
95 bool m_sourceContentHasBeenSet =
false;
96 bool m_sourceLinkHasBeenSet =
false;
AWS_ARTIFACT_API Citation()=default
const Aws::String & GetSourceLabel() const
AWS_ARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceLinkHasBeenSet() const
const Aws::String & GetSourceContent() const
bool SourceLabelHasBeenSet() const
void SetSourceLabel(SourceLabelT &&value)
Citation & WithSourceLink(SourceLinkT &&value)
void SetSourceLink(SourceLinkT &&value)
const Aws::String & GetSourceLink() const
Citation & WithSourceLabel(SourceLabelT &&value)
bool SourceContentHasBeenSet() const
void SetSourceContent(SourceContentT &&value)
AWS_ARTIFACT_API Citation(Aws::Utils::Json::JsonView jsonValue)
Citation & WithSourceContent(SourceContentT &&value)
AWS_ARTIFACT_API Citation & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue