7#include <aws/qldb/QLDB_EXPORTS.h>
8#include <aws/qldb/QLDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename LedgerNameT = Aws::String>
42 void SetLedgerName(LedgerNameT&& value) { m_ledgerNameHasBeenSet =
true; m_ledgerName = std::forward<LedgerNameT>(value); }
43 template<
typename LedgerNameT = Aws::String>
54 template<
typename StreamIdT = Aws::String>
55 void SetStreamId(StreamIdT&& value) { m_streamIdHasBeenSet =
true; m_streamId = std::forward<StreamIdT>(value); }
56 template<
typename StreamIdT = Aws::String>
62 bool m_ledgerNameHasBeenSet =
false;
65 bool m_streamIdHasBeenSet =
false;
AWS_QLDB_API Aws::String SerializePayload() const override
CancelJournalKinesisStreamRequest & WithLedgerName(LedgerNameT &&value)
const Aws::String & GetLedgerName() const
void SetStreamId(StreamIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetStreamId() const
bool LedgerNameHasBeenSet() const
void SetLedgerName(LedgerNameT &&value)
AWS_QLDB_API CancelJournalKinesisStreamRequest()=default
bool StreamIdHasBeenSet() const
CancelJournalKinesisStreamRequest & WithStreamId(StreamIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String