AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetBlockResult.h
1
6#pragma once
7#include <aws/qldb/QLDB_EXPORTS.h>
8#include <aws/qldb/model/ValueHolder.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace QLDB
25{
26namespace Model
27{
29 {
30 public:
31 AWS_QLDB_API GetBlockResult();
34
35
37
40 inline const ValueHolder& GetBlock() const{ return m_block; }
41 inline void SetBlock(const ValueHolder& value) { m_block = value; }
42 inline void SetBlock(ValueHolder&& value) { m_block = std::move(value); }
43 inline GetBlockResult& WithBlock(const ValueHolder& value) { SetBlock(value); return *this;}
44 inline GetBlockResult& WithBlock(ValueHolder&& value) { SetBlock(std::move(value)); return *this;}
46
48
53 inline const ValueHolder& GetProof() const{ return m_proof; }
54 inline void SetProof(const ValueHolder& value) { m_proof = value; }
55 inline void SetProof(ValueHolder&& value) { m_proof = std::move(value); }
56 inline GetBlockResult& WithProof(const ValueHolder& value) { SetProof(value); return *this;}
57 inline GetBlockResult& WithProof(ValueHolder&& value) { SetProof(std::move(value)); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline GetBlockResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline GetBlockResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline GetBlockResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 ValueHolder m_block;
73
74 ValueHolder m_proof;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace QLDB
81} // namespace Aws
const ValueHolder & GetBlock() const
GetBlockResult & WithRequestId(Aws::String &&value)
void SetProof(ValueHolder &&value)
AWS_QLDB_API GetBlockResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProof(const ValueHolder &value)
void SetRequestId(Aws::String &&value)
AWS_QLDB_API GetBlockResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const char *value)
GetBlockResult & WithProof(ValueHolder &&value)
GetBlockResult & WithProof(const ValueHolder &value)
GetBlockResult & WithBlock(ValueHolder &&value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
GetBlockResult & WithRequestId(const char *value)
void SetBlock(ValueHolder &&value)
void SetBlock(const ValueHolder &value)
GetBlockResult & WithBlock(const ValueHolder &value)
GetBlockResult & WithRequestId(const Aws::String &value)
const ValueHolder & GetProof() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue