7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ManagedBlockchain {
34 template <
typename ProposalIdT = Aws::String>
36 m_proposalIdHasBeenSet =
true;
37 m_proposalId = std::forward<ProposalIdT>(value);
39 template <
typename ProposalIdT = Aws::String>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
64 bool m_proposalIdHasBeenSet =
false;
65 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