7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/NetworkManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace NetworkManager
41 template<
typename GlobalNetworkIdT = Aws::String>
42 void SetGlobalNetworkId(GlobalNetworkIdT&& value) { m_globalNetworkIdHasBeenSet =
true; m_globalNetworkId = std::forward<GlobalNetworkIdT>(value); }
43 template<
typename GlobalNetworkIdT = Aws::String>
53 template<
typename ConnectionIdT = Aws::String>
54 void SetConnectionId(ConnectionIdT&& value) { m_connectionIdHasBeenSet =
true; m_connectionId = std::forward<ConnectionIdT>(value); }
55 template<
typename ConnectionIdT = Aws::String>
65 template<
typename LinkIdT = Aws::String>
66 void SetLinkId(LinkIdT&& value) { m_linkIdHasBeenSet =
true; m_linkId = std::forward<LinkIdT>(value); }
67 template<
typename LinkIdT = Aws::String>
77 template<
typename ConnectedLinkIdT = Aws::String>
78 void SetConnectedLinkId(ConnectedLinkIdT&& value) { m_connectedLinkIdHasBeenSet =
true; m_connectedLinkId = std::forward<ConnectedLinkIdT>(value); }
79 template<
typename ConnectedLinkIdT = Aws::String>
90 template<
typename DescriptionT = Aws::String>
91 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
92 template<
typename DescriptionT = Aws::String>
98 bool m_globalNetworkIdHasBeenSet =
false;
101 bool m_connectionIdHasBeenSet =
false;
104 bool m_linkIdHasBeenSet =
false;
107 bool m_connectedLinkIdHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
bool GlobalNetworkIdHasBeenSet() const
UpdateConnectionRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetLinkId() const
UpdateConnectionRequest & WithConnectionId(ConnectionIdT &&value)
const Aws::String & GetGlobalNetworkId() const
UpdateConnectionRequest & WithConnectedLinkId(ConnectedLinkIdT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
bool ConnectedLinkIdHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
void SetGlobalNetworkId(GlobalNetworkIdT &&value)
UpdateConnectionRequest & WithGlobalNetworkId(GlobalNetworkIdT &&value)
AWS_NETWORKMANAGER_API UpdateConnectionRequest()=default
bool LinkIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool ConnectionIdHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetConnectionId() const
UpdateConnectionRequest & WithLinkId(LinkIdT &&value)
void SetLinkId(LinkIdT &&value)
void SetConnectedLinkId(ConnectedLinkIdT &&value)
void SetConnectionId(ConnectionIdT &&value)
const Aws::String & GetConnectedLinkId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String