7#include <aws/keyspacesstreams/KeyspacesStreams_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KeyspacesStreams
35 AWS_KEYSPACESSTREAMS_API
Stream() =
default;
47 template<
typename StreamArnT = Aws::String>
48 void SetStreamArn(StreamArnT&& value) { m_streamArnHasBeenSet =
true; m_streamArn = std::forward<StreamArnT>(value); }
49 template<
typename StreamArnT = Aws::String>
60 template<
typename KeyspaceNameT = Aws::String>
61 void SetKeyspaceName(KeyspaceNameT&& value) { m_keyspaceNameHasBeenSet =
true; m_keyspaceName = std::forward<KeyspaceNameT>(value); }
62 template<
typename KeyspaceNameT = Aws::String>
72 template<
typename TableNameT = Aws::String>
73 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
74 template<
typename TableNameT = Aws::String>
85 template<
typename StreamLabelT = Aws::String>
86 void SetStreamLabel(StreamLabelT&& value) { m_streamLabelHasBeenSet =
true; m_streamLabel = std::forward<StreamLabelT>(value); }
87 template<
typename StreamLabelT = Aws::String>
93 bool m_streamArnHasBeenSet =
false;
96 bool m_keyspaceNameHasBeenSet =
false;
99 bool m_tableNameHasBeenSet =
false;
102 bool m_streamLabelHasBeenSet =
false;
bool StreamArnHasBeenSet() const
const Aws::String & GetKeyspaceName() const
Stream & WithStreamArn(StreamArnT &&value)
const Aws::String & GetTableName() const
bool TableNameHasBeenSet() const
AWS_KEYSPACESSTREAMS_API Stream()=default
void SetKeyspaceName(KeyspaceNameT &&value)
AWS_KEYSPACESSTREAMS_API Stream & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStreamLabel() const
Stream & WithTableName(TableNameT &&value)
AWS_KEYSPACESSTREAMS_API Stream(Aws::Utils::Json::JsonView jsonValue)
bool KeyspaceNameHasBeenSet() const
bool StreamLabelHasBeenSet() const
Stream & WithStreamLabel(StreamLabelT &&value)
void SetStreamArn(StreamArnT &&value)
void SetTableName(TableNameT &&value)
Stream & WithKeyspaceName(KeyspaceNameT &&value)
const Aws::String & GetStreamArn() const
AWS_KEYSPACESSTREAMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStreamLabel(StreamLabelT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue