7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/keyspacesstreams/KeyspacesStreams_EXPORTS.h>
19namespace KeyspacesStreams {
30 AWS_KEYSPACESSTREAMS_API
Stream() =
default;
41 template <
typename StreamArnT = Aws::String>
43 m_streamArnHasBeenSet =
true;
44 m_streamArn = std::forward<StreamArnT>(value);
46 template <
typename StreamArnT = Aws::String>
60 template <
typename KeyspaceNameT = Aws::String>
62 m_keyspaceNameHasBeenSet =
true;
63 m_keyspaceName = std::forward<KeyspaceNameT>(value);
65 template <
typename KeyspaceNameT = Aws::String>
78 template <
typename TableNameT = Aws::String>
80 m_tableNameHasBeenSet =
true;
81 m_tableName = std::forward<TableNameT>(value);
83 template <
typename TableNameT = Aws::String>
97 template <
typename StreamLabelT = Aws::String>
99 m_streamLabelHasBeenSet =
true;
100 m_streamLabel = std::forward<StreamLabelT>(value);
102 template <
typename StreamLabelT = Aws::String>
116 bool m_streamArnHasBeenSet =
false;
117 bool m_keyspaceNameHasBeenSet =
false;
118 bool m_tableNameHasBeenSet =
false;
119 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