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 SendViaT = Aws::Vector<Aws::String>>
49 void SetSendVia(SendViaT&& value) { m_sendViaHasBeenSet =
true; m_sendVia = std::forward<SendViaT>(value); }
50 template<
typename SendViaT = Aws::Vector<Aws::String>>
52 template<
typename SendViaT = Aws::String>
62 template<
typename SendToT = Aws::Vector<Aws::String>>
63 void SetSendTo(SendToT&& value) { m_sendToHasBeenSet =
true; m_sendTo = std::forward<SendToT>(value); }
64 template<
typename SendToT = Aws::Vector<Aws::String>>
66 template<
typename SendToT = Aws::String>
72 bool m_sendViaHasBeenSet =
false;
75 bool m_sendToHasBeenSet =
false;
AWS_NETWORKMANAGER_API ServiceInsertionSegments()=default
AWS_NETWORKMANAGER_API ServiceInsertionSegments(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSendTo() const
bool SendViaHasBeenSet() const
void SetSendVia(SendViaT &&value)
ServiceInsertionSegments & AddSendTo(SendToT &&value)
bool SendToHasBeenSet() const
ServiceInsertionSegments & AddSendVia(SendViaT &&value)
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceInsertionSegments & WithSendTo(SendToT &&value)
ServiceInsertionSegments & WithSendVia(SendViaT &&value)
const Aws::Vector< Aws::String > & GetSendVia() const
AWS_NETWORKMANAGER_API ServiceInsertionSegments & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSendTo(SendToT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue