7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
9#include <aws/managedblockchain/model/Network.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ManagedBlockchain {
35 template <
typename NetworkT = Network>
37 m_networkHasBeenSet =
true;
38 m_network = std::forward<NetworkT>(value);
40 template <
typename NetworkT = Network>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_networkHasBeenSet =
false;
66 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