7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/managedblockchain/model/Network.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ManagedBlockchain
41 template<
typename NetworkT = Network>
42 void SetNetwork(NetworkT&& value) { m_networkHasBeenSet =
true; m_network = std::forward<NetworkT>(value); }
43 template<
typename NetworkT = Network>
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_networkHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetNetworkResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_MANAGEDBLOCKCHAIN_API GetNetworkResult()=default
const Network & GetNetwork() const
AWS_MANAGEDBLOCKCHAIN_API GetNetworkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNetwork(NetworkT &&value)
GetNetworkResult & WithNetwork(NetworkT &&value)
AWS_MANAGEDBLOCKCHAIN_API GetNetworkResult & 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