7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/model/Link.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace NetworkManager
41 template<
typename LinkT = Link>
42 void SetLink(LinkT&& value) { m_linkHasBeenSet =
true; m_link = std::forward<LinkT>(value); }
43 template<
typename LinkT = Link>
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_linkHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
CreateLinkResult & WithRequestId(RequestIdT &&value)
AWS_NETWORKMANAGER_API CreateLinkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Link & GetLink() const
void SetLink(LinkT &&value)
AWS_NETWORKMANAGER_API CreateLinkResult()=default
void SetRequestId(RequestIdT &&value)
CreateLinkResult & WithLink(LinkT &&value)
AWS_NETWORKMANAGER_API CreateLinkResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue