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/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/qldb/model/KinesisConfiguration.h>
44 template<
typename LedgerNameT = Aws::String>
45 void SetLedgerName(LedgerNameT&& value) { m_ledgerNameHasBeenSet =
true; m_ledgerName = std::forward<LedgerNameT>(value); }
46 template<
typename LedgerNameT = Aws::String>
60 template<
typename RoleArnT = Aws::String>
61 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
62 template<
typename RoleArnT = Aws::String>
73 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
74 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
75 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
77 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
79 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
96 template<
typename InclusiveStartTimeT = Aws::Utils::DateTime>
97 void SetInclusiveStartTime(InclusiveStartTimeT&& value) { m_inclusiveStartTimeHasBeenSet =
true; m_inclusiveStartTime = std::forward<InclusiveStartTimeT>(value); }
98 template<
typename InclusiveStartTimeT = Aws::Utils::DateTime>
112 template<
typename ExclusiveEndTimeT = Aws::Utils::DateTime>
113 void SetExclusiveEndTime(ExclusiveEndTimeT&& value) { m_exclusiveEndTimeHasBeenSet =
true; m_exclusiveEndTime = std::forward<ExclusiveEndTimeT>(value); }
114 template<
typename ExclusiveEndTimeT = Aws::Utils::DateTime>
125 template<
typename KinesisConfigurationT = KinesisConfiguration>
126 void SetKinesisConfiguration(KinesisConfigurationT&& value) { m_kinesisConfigurationHasBeenSet =
true; m_kinesisConfiguration = std::forward<KinesisConfigurationT>(value); }
127 template<
typename KinesisConfigurationT = KinesisConfiguration>
142 template<
typename StreamNameT = Aws::String>
143 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
144 template<
typename StreamNameT = Aws::String>
150 bool m_ledgerNameHasBeenSet =
false;
153 bool m_roleArnHasBeenSet =
false;
156 bool m_tagsHasBeenSet =
false;
159 bool m_inclusiveStartTimeHasBeenSet =
false;
162 bool m_exclusiveEndTimeHasBeenSet =
false;
164 KinesisConfiguration m_kinesisConfiguration;
165 bool m_kinesisConfigurationHasBeenSet =
false;
168 bool m_streamNameHasBeenSet =
false;
const KinesisConfiguration & GetKinesisConfiguration() const
bool InclusiveStartTimeHasBeenSet() const
bool RoleArnHasBeenSet() const
const Aws::Utils::DateTime & GetExclusiveEndTime() const
const Aws::String & GetLedgerName() const
bool ExclusiveEndTimeHasBeenSet() const
StreamJournalToKinesisRequest & WithKinesisConfiguration(KinesisConfigurationT &&value)
const Aws::String & GetRoleArn() const
void SetExclusiveEndTime(ExclusiveEndTimeT &&value)
bool KinesisConfigurationHasBeenSet() const
void SetTags(TagsT &&value)
void SetInclusiveStartTime(InclusiveStartTimeT &&value)
const Aws::Utils::DateTime & GetInclusiveStartTime() const
void SetRoleArn(RoleArnT &&value)
virtual const char * GetServiceRequestName() const override
AWS_QLDB_API Aws::String SerializePayload() const override
StreamJournalToKinesisRequest & WithLedgerName(LedgerNameT &&value)
bool LedgerNameHasBeenSet() const
void SetKinesisConfiguration(KinesisConfigurationT &&value)
bool StreamNameHasBeenSet() const
StreamJournalToKinesisRequest & WithRoleArn(RoleArnT &&value)
bool TagsHasBeenSet() const
void SetLedgerName(LedgerNameT &&value)
AWS_QLDB_API StreamJournalToKinesisRequest()=default
StreamJournalToKinesisRequest & WithInclusiveStartTime(InclusiveStartTimeT &&value)
StreamJournalToKinesisRequest & WithTags(TagsT &&value)
StreamJournalToKinesisRequest & WithStreamName(StreamNameT &&value)
void SetStreamName(StreamNameT &&value)
StreamJournalToKinesisRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetStreamName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
StreamJournalToKinesisRequest & WithExclusiveEndTime(ExclusiveEndTimeT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String