7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
9#include <aws/resiliencehubv2/model/TopologyType.h>
20namespace resiliencehubv2 {
43 m_topologyTypeHasBeenSet =
true;
44 m_topologyType = value;
59 template <
typename LabelT = Aws::String>
61 m_labelHasBeenSet =
true;
62 m_label = std::forward<LabelT>(value);
64 template <
typename LabelT = Aws::String>
66 SetLabel(std::forward<LabelT>(value));
74 bool m_topologyTypeHasBeenSet =
false;
75 bool m_labelHasBeenSet =
false;
EdgePropertySummary & WithTopologyType(TopologyType value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
EdgePropertySummary & WithLabel(LabelT &&value)
AWS_RESILIENCEHUBV2_API EdgePropertySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTopologyType(TopologyType value)
TopologyType GetTopologyType() const
void SetLabel(LabelT &&value)
AWS_RESILIENCEHUBV2_API EdgePropertySummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLabel() const
AWS_RESILIENCEHUBV2_API EdgePropertySummary()=default
bool LabelHasBeenSet() const
bool TopologyTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue