7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/networkmanager/model/NetworkFunctionGroup.h>
10#include <aws/networkmanager/model/EdgeOverride.h>
23namespace NetworkManager
38 AWS_NETWORKMANAGER_API
Via() =
default;
51 template<
typename NetworkFunctionGroupsT = Aws::Vector<NetworkFunctionGroup>>
52 void SetNetworkFunctionGroups(NetworkFunctionGroupsT&& value) { m_networkFunctionGroupsHasBeenSet =
true; m_networkFunctionGroups = std::forward<NetworkFunctionGroupsT>(value); }
53 template<
typename NetworkFunctionGroupsT = Aws::Vector<NetworkFunctionGroup>>
55 template<
typename NetworkFunctionGroupsT = NetworkFunctionGroup>
56 Via&
AddNetworkFunctionGroups(NetworkFunctionGroupsT&& value) { m_networkFunctionGroupsHasBeenSet =
true; m_networkFunctionGroups.emplace_back(std::forward<NetworkFunctionGroupsT>(value));
return *
this; }
66 template<
typename WithEdgeOverr
idesT = Aws::Vector<EdgeOverr
ide>>
67 void SetWithEdgeOverrides(WithEdgeOverridesT&& value) { m_withEdgeOverridesHasBeenSet =
true; m_withEdgeOverrides = std::forward<WithEdgeOverridesT>(value); }
68 template<
typename WithEdgeOverr
idesT = Aws::Vector<EdgeOverr
ide>>
70 template<
typename WithEdgeOverr
idesT = EdgeOverr
ide>
71 Via&
AddWithEdgeOverrides(WithEdgeOverridesT&& value) { m_withEdgeOverridesHasBeenSet =
true; m_withEdgeOverrides.emplace_back(std::forward<WithEdgeOverridesT>(value));
return *
this; }
76 bool m_networkFunctionGroupsHasBeenSet =
false;
79 bool m_withEdgeOverridesHasBeenSet =
false;
const Aws::Vector< NetworkFunctionGroup > & GetNetworkFunctionGroups() const
AWS_NETWORKMANAGER_API Via()=default
Via & AddNetworkFunctionGroups(NetworkFunctionGroupsT &&value)
Via & WithWithEdgeOverrides(WithEdgeOverridesT &&value)
Via & WithNetworkFunctionGroups(NetworkFunctionGroupsT &&value)
bool WithEdgeOverridesHasBeenSet() const
AWS_NETWORKMANAGER_API Via & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNetworkFunctionGroups(NetworkFunctionGroupsT &&value)
bool NetworkFunctionGroupsHasBeenSet() const
Via & AddWithEdgeOverrides(WithEdgeOverridesT &&value)
void SetWithEdgeOverrides(WithEdgeOverridesT &&value)
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NETWORKMANAGER_API Via(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< EdgeOverride > & GetWithEdgeOverrides() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue