7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/xray/model/InsightImpactGraphEdge.h>
50 inline void SetReferenceId(
int value) { m_referenceIdHasBeenSet =
true; m_referenceId = value; }
70 template<
typename TypeT = Aws::String>
71 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
72 template<
typename TypeT = Aws::String>
82 template<
typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
84 template<
typename NameT = Aws::String>
94 template<
typename NamesT = Aws::Vector<Aws::String>>
95 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
96 template<
typename NamesT = Aws::Vector<Aws::String>>
98 template<
typename NamesT = Aws::String>
108 template<
typename AccountIdT = Aws::String>
109 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
110 template<
typename AccountIdT = Aws::String>
120 template<
typename EdgesT = Aws::Vector<InsightImpactGraphEdge>>
121 void SetEdges(EdgesT&& value) { m_edgesHasBeenSet =
true; m_edges = std::forward<EdgesT>(value); }
122 template<
typename EdgesT = Aws::Vector<InsightImpactGraphEdge>>
124 template<
typename EdgesT = InsightImpactGraphEdge>
129 int m_referenceId{0};
130 bool m_referenceIdHasBeenSet =
false;
133 bool m_typeHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 bool m_namesHasBeenSet =
false;
142 bool m_accountIdHasBeenSet =
false;
145 bool m_edgesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetNames() const
InsightImpactGraphService & WithNames(NamesT &&value)
AWS_XRAY_API InsightImpactGraphService & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EdgesHasBeenSet() const
InsightImpactGraphService & WithName(NameT &&value)
InsightImpactGraphService & WithType(TypeT &&value)
InsightImpactGraphService & WithAccountId(AccountIdT &&value)
const Aws::String & GetName() const
const Aws::Vector< InsightImpactGraphEdge > & GetEdges() const
void SetType(TypeT &&value)
bool NamesHasBeenSet() const
void SetAccountId(AccountIdT &&value)
AWS_XRAY_API InsightImpactGraphService()=default
void SetEdges(EdgesT &&value)
void SetReferenceId(int value)
bool NameHasBeenSet() const
InsightImpactGraphService & AddEdges(EdgesT &&value)
void SetName(NameT &&value)
bool TypeHasBeenSet() const
int GetReferenceId() const
const Aws::String & GetType() const
bool ReferenceIdHasBeenSet() const
void SetNames(NamesT &&value)
InsightImpactGraphService & WithEdges(EdgesT &&value)
InsightImpactGraphService & AddNames(NamesT &&value)
AWS_XRAY_API InsightImpactGraphService(Aws::Utils::Json::JsonView jsonValue)
InsightImpactGraphService & WithReferenceId(int value)
const Aws::String & GetAccountId() const
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool AccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue