7#include <aws/qldb/QLDB_EXPORTS.h>
8#include <aws/qldb/QLDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qldb/model/ValueHolder.h>
44 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
82 bool m_nameHasBeenSet =
false;
85 bool m_blockAddressHasBeenSet =
false;
88 bool m_digestTipAddressHasBeenSet =
false;
void SetBlockAddress(ValueHolder &&value)
GetBlockRequest & WithDigestTipAddress(ValueHolder &&value)
GetBlockRequest & WithBlockAddress(const ValueHolder &value)
const ValueHolder & GetBlockAddress() const
const ValueHolder & GetDigestTipAddress() const
void SetName(const char *value)
GetBlockRequest & WithName(const Aws::String &value)
void SetDigestTipAddress(const ValueHolder &value)
AWS_QLDB_API GetBlockRequest()
void SetBlockAddress(const ValueHolder &value)
void SetName(const Aws::String &value)
bool DigestTipAddressHasBeenSet() const
const Aws::String & GetName() const
AWS_QLDB_API Aws::String SerializePayload() const override
void SetName(Aws::String &&value)
GetBlockRequest & WithName(const char *value)
bool BlockAddressHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetBlockRequest & WithBlockAddress(ValueHolder &&value)
GetBlockRequest & WithName(Aws::String &&value)
bool NameHasBeenSet() const
void SetDigestTipAddress(ValueHolder &&value)
GetBlockRequest & WithDigestTipAddress(const ValueHolder &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String