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; }
72 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
86 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
115 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
137 bool m_referenceIdHasBeenSet =
false;
140 bool m_typeHasBeenSet =
false;
143 bool m_nameHasBeenSet =
false;
146 bool m_namesHasBeenSet =
false;
149 bool m_accountIdHasBeenSet =
false;
152 bool m_edgesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetNames() const
InsightImpactGraphService & AddNames(Aws::String &&value)
InsightImpactGraphService & WithName(const char *value)
InsightImpactGraphService & WithNames(const Aws::Vector< Aws::String > &value)
AWS_XRAY_API InsightImpactGraphService & operator=(Aws::Utils::Json::JsonView jsonValue)
InsightImpactGraphService & WithType(const Aws::String &value)
void SetAccountId(const char *value)
bool EdgesHasBeenSet() const
InsightImpactGraphService & AddEdges(InsightImpactGraphEdge &&value)
void SetEdges(Aws::Vector< InsightImpactGraphEdge > &&value)
void SetNames(const Aws::Vector< Aws::String > &value)
void SetType(const Aws::String &value)
InsightImpactGraphService & WithAccountId(Aws::String &&value)
const Aws::String & GetName() const
const Aws::Vector< InsightImpactGraphEdge > & GetEdges() const
InsightImpactGraphService & WithName(Aws::String &&value)
void SetNames(Aws::Vector< Aws::String > &&value)
InsightImpactGraphService & WithType(const char *value)
void SetAccountId(const Aws::String &value)
void SetAccountId(Aws::String &&value)
InsightImpactGraphService & AddNames(const Aws::String &value)
void SetType(const char *value)
void SetType(Aws::String &&value)
bool NamesHasBeenSet() const
InsightImpactGraphService & WithType(Aws::String &&value)
void SetEdges(const Aws::Vector< InsightImpactGraphEdge > &value)
InsightImpactGraphService & WithAccountId(const char *value)
void SetReferenceId(int value)
bool NameHasBeenSet() const
InsightImpactGraphService & AddNames(const char *value)
InsightImpactGraphService & WithEdges(const Aws::Vector< InsightImpactGraphEdge > &value)
void SetName(const char *value)
bool TypeHasBeenSet() const
int GetReferenceId() const
const Aws::String & GetType() const
bool ReferenceIdHasBeenSet() const
void SetName(Aws::String &&value)
AWS_XRAY_API InsightImpactGraphService()
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
InsightImpactGraphService & WithEdges(Aws::Vector< InsightImpactGraphEdge > &&value)
InsightImpactGraphService & WithAccountId(const Aws::String &value)
bool AccountIdHasBeenSet() const
InsightImpactGraphService & WithName(const Aws::String &value)
InsightImpactGraphService & WithNames(Aws::Vector< Aws::String > &&value)
InsightImpactGraphService & AddEdges(const InsightImpactGraphEdge &value)
void SetName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue