7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/model/LinkAssociation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace NetworkManager
41 template<
typename LinkAssociationT = LinkAssociation>
42 void SetLinkAssociation(LinkAssociationT&& value) { m_linkAssociationHasBeenSet =
true; m_linkAssociation = std::forward<LinkAssociationT>(value); }
43 template<
typename LinkAssociationT = LinkAssociation>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_linkAssociationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_NETWORKMANAGER_API AssociateLinkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NETWORKMANAGER_API AssociateLinkResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NETWORKMANAGER_API AssociateLinkResult()=default
AssociateLinkResult & WithLinkAssociation(LinkAssociationT &&value)
const Aws::String & GetRequestId() const
void SetLinkAssociation(LinkAssociationT &&value)
AssociateLinkResult & WithRequestId(RequestIdT &&value)
const LinkAssociation & GetLinkAssociation() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue