/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Object specifying a stream key.See Also:
AWS API
* Reference
Stream-key ARN.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *Stream-key ARN.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *Stream-key ARN.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *Stream-key ARN.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *Stream-key ARN.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *Stream-key ARN.
*/ inline StreamKey& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *Stream-key ARN.
*/ inline StreamKey& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *Stream-key ARN.
*/ inline StreamKey& WithArn(const char* value) { SetArn(value); return *this;} /** *Channel ARN for the stream.
*/ inline const Aws::String& GetChannelArn() const{ return m_channelArn; } /** *Channel ARN for the stream.
*/ inline bool ChannelArnHasBeenSet() const { return m_channelArnHasBeenSet; } /** *Channel ARN for the stream.
*/ inline void SetChannelArn(const Aws::String& value) { m_channelArnHasBeenSet = true; m_channelArn = value; } /** *Channel ARN for the stream.
*/ inline void SetChannelArn(Aws::String&& value) { m_channelArnHasBeenSet = true; m_channelArn = std::move(value); } /** *Channel ARN for the stream.
*/ inline void SetChannelArn(const char* value) { m_channelArnHasBeenSet = true; m_channelArn.assign(value); } /** *Channel ARN for the stream.
*/ inline StreamKey& WithChannelArn(const Aws::String& value) { SetChannelArn(value); return *this;} /** *Channel ARN for the stream.
*/ inline StreamKey& WithChannelArn(Aws::String&& value) { SetChannelArn(std::move(value)); return *this;} /** *Channel ARN for the stream.
*/ inline StreamKey& WithChannelArn(const char* value) { SetChannelArn(value); return *this;} /** *Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form
* string:string (key:value)
. See Tagging
* Amazon Web Services Resources for more information, including restrictions
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
* service-specific constraints beyond what is documented there.
Stream-key value.
*/ inline const Aws::String& GetValue() const{ return m_value; } /** *Stream-key value.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *Stream-key value.
*/ inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } /** *Stream-key value.
*/ inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *Stream-key value.
*/ inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } /** *Stream-key value.
*/ inline StreamKey& WithValue(const Aws::String& value) { SetValue(value); return *this;} /** *Stream-key value.
*/ inline StreamKey& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} /** *Stream-key value.
*/ inline StreamKey& WithValue(const char* value) { SetValue(value); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_channelArn; bool m_channelArnHasBeenSet = false; Aws::Map