7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/model/Reference.h>
9#include <aws/iotsitewise/model/Content.h>
49 template<
typename ReferenceT = Reference>
50 void SetReference(ReferenceT&& value) { m_referenceHasBeenSet =
true; m_reference = std::forward<ReferenceT>(value); }
51 template<
typename ReferenceT = Reference>
61 template<
typename ContentT = Content>
62 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
63 template<
typename ContentT = Content>
69 bool m_referenceHasBeenSet =
false;
72 bool m_contentHasBeenSet =
false;
Citation & WithReference(ReferenceT &&value)
AWS_IOTSITEWISE_API Citation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContent(ContentT &&value)
bool ReferenceHasBeenSet() const
AWS_IOTSITEWISE_API Citation(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API Citation()=default
Citation & WithContent(ContentT &&value)
const Content & GetContent() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentHasBeenSet() const
void SetReference(ReferenceT &&value)
const Reference & GetReference() const
Aws::Utils::Json::JsonValue JsonValue