7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace NetworkManager
48 template<
typename EdgeSetsT = Aws::Vector<Aws::Vector<Aws::String>>>
49 void SetEdgeSets(EdgeSetsT&& value) { m_edgeSetsHasBeenSet =
true; m_edgeSets = std::forward<EdgeSetsT>(value); }
50 template<
typename EdgeSetsT = Aws::Vector<Aws::Vector<Aws::String>>>
52 template<
typename EdgeSetsT = Aws::Vector<Aws::String>>
53 EdgeOverride&
AddEdgeSets(EdgeSetsT&& value) { m_edgeSetsHasBeenSet =
true; m_edgeSets.emplace_back(std::forward<EdgeSetsT>(value));
return *
this; }
62 template<
typename UseEdgeT = Aws::String>
63 void SetUseEdge(UseEdgeT&& value) { m_useEdgeHasBeenSet =
true; m_useEdge = std::forward<UseEdgeT>(value); }
64 template<
typename UseEdgeT = Aws::String>
70 bool m_edgeSetsHasBeenSet =
false;
73 bool m_useEdgeHasBeenSet =
false;
EdgeOverride & WithUseEdge(UseEdgeT &&value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetEdgeSets() const
AWS_NETWORKMANAGER_API EdgeOverride(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKMANAGER_API EdgeOverride()=default
const Aws::String & GetUseEdge() const
void SetEdgeSets(EdgeSetsT &&value)
EdgeOverride & WithEdgeSets(EdgeSetsT &&value)
bool UseEdgeHasBeenSet() const
AWS_NETWORKMANAGER_API EdgeOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
bool EdgeSetsHasBeenSet() const
EdgeOverride & AddEdgeSets(EdgeSetsT &&value)
void SetUseEdge(UseEdgeT &&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