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