7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace ManagedBlockchain
40 template<
typename ProposalIdT = Aws::String>
41 void SetProposalId(ProposalIdT&& value) { m_proposalIdHasBeenSet =
true; m_proposalId = std::forward<ProposalIdT>(value); }
42 template<
typename ProposalIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_proposalIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
CreateProposalResult & WithProposalId(ProposalIdT &&value)
CreateProposalResult & WithRequestId(RequestIdT &&value)
void SetProposalId(ProposalIdT &&value)
const Aws::String & GetProposalId() const
const Aws::String & GetRequestId() const
AWS_MANAGEDBLOCKCHAIN_API CreateProposalResult()=default
AWS_MANAGEDBLOCKCHAIN_API CreateProposalResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_MANAGEDBLOCKCHAIN_API CreateProposalResult(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