7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
49 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
63 inline void SetChannelArn(
const char* value) { m_channelArnHasBeenSet =
true; m_channelArn.assign(value); }
89 inline StreamKey&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
90 inline StreamKey&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
91 inline StreamKey&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
102 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
110 bool m_arnHasBeenSet =
false;
113 bool m_channelArnHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
119 bool m_valueHasBeenSet =
false;
StreamKey & WithArn(Aws::String &&value)
void SetValue(Aws::String &&value)
StreamKey & WithValue(Aws::String &&value)
StreamKey & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
StreamKey & AddTags(const Aws::String &key, Aws::String &&value)
const Aws::String & GetArn() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetChannelArn(const char *value)
bool TagsHasBeenSet() const
bool ChannelArnHasBeenSet() const
bool ArnHasBeenSet() const
void SetChannelArn(Aws::String &&value)
void SetArn(const Aws::String &value)
StreamKey & AddTags(const char *key, const char *value)
StreamKey & WithValue(const char *value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetArn(Aws::String &&value)
void SetChannelArn(const Aws::String &value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
AWS_IVS_API StreamKey & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamKey & AddTags(const Aws::String &key, const Aws::String &value)
void SetValue(const char *value)
StreamKey & WithChannelArn(Aws::String &&value)
StreamKey & WithChannelArn(const char *value)
StreamKey & WithValue(const Aws::String &value)
StreamKey & WithArn(const char *value)
StreamKey & AddTags(Aws::String &&key, Aws::String &&value)
StreamKey & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
StreamKey & AddTags(const char *key, Aws::String &&value)
StreamKey & WithChannelArn(const Aws::String &value)
const Aws::String & GetChannelArn() const
bool ValueHasBeenSet() const
StreamKey & AddTags(Aws::String &&key, const Aws::String &value)
const Aws::String & GetValue() const
StreamKey & WithArn(const Aws::String &value)
StreamKey & AddTags(Aws::String &&key, const char *value)
void SetArn(const char *value)
AWS_IVS_API StreamKey(Aws::Utils::Json::JsonView jsonValue)
void SetValue(const Aws::String &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
Aws::Utils::Json::JsonValue JsonValue