7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
19namespace DevOpsAgent {
41 template <
typename SystemT = Aws::String>
43 m_systemHasBeenSet =
true;
44 m_system = std::forward<SystemT>(value);
46 template <
typename SystemT = Aws::String>
59 template <
typename TitleT = Aws::String>
61 m_titleHasBeenSet =
true;
62 m_title = std::forward<TitleT>(value);
64 template <
typename TitleT = Aws::String>
66 SetTitle(std::forward<TitleT>(value));
77 template <
typename ReferenceIdT = Aws::String>
79 m_referenceIdHasBeenSet =
true;
80 m_referenceId = std::forward<ReferenceIdT>(value);
82 template <
typename ReferenceIdT = Aws::String>
95 template <
typename ReferenceUrlT = Aws::String>
97 m_referenceUrlHasBeenSet =
true;
98 m_referenceUrl = std::forward<ReferenceUrlT>(value);
100 template <
typename ReferenceUrlT = Aws::String>
113 template <
typename AssociationIdT = Aws::String>
115 m_associationIdHasBeenSet =
true;
116 m_associationId = std::forward<AssociationIdT>(value);
118 template <
typename AssociationIdT = Aws::String>
134 bool m_systemHasBeenSet =
false;
135 bool m_titleHasBeenSet =
false;
136 bool m_referenceIdHasBeenSet =
false;
137 bool m_referenceUrlHasBeenSet =
false;
138 bool m_associationIdHasBeenSet =
false;
AWS_DEVOPSAGENT_API ReferenceOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAssociationId() const
ReferenceOutput & WithReferenceUrl(ReferenceUrlT &&value)
void SetReferenceId(ReferenceIdT &&value)
bool ReferenceIdHasBeenSet() const
AWS_DEVOPSAGENT_API ReferenceOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AssociationIdHasBeenSet() const
const Aws::String & GetSystem() const
ReferenceOutput & WithSystem(SystemT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSystem(SystemT &&value)
const Aws::String & GetReferenceId() const
const Aws::String & GetTitle() const
ReferenceOutput & WithTitle(TitleT &&value)
bool SystemHasBeenSet() const
bool ReferenceUrlHasBeenSet() const
ReferenceOutput & WithAssociationId(AssociationIdT &&value)
const Aws::String & GetReferenceUrl() const
void SetTitle(TitleT &&value)
AWS_DEVOPSAGENT_API ReferenceOutput()=default
void SetReferenceUrl(ReferenceUrlT &&value)
bool TitleHasBeenSet() const
void SetAssociationId(AssociationIdT &&value)
ReferenceOutput & WithReferenceId(ReferenceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue