7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kinesisvideo/KinesisVideoRequest.h>
10#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
11#include <aws/kinesisvideo/model/ChannelType.h>
12#include <aws/kinesisvideo/model/SingleMasterConfiguration.h>
13#include <aws/kinesisvideo/model/Tag.h>
18namespace KinesisVideo {
42 template <
typename ChannelNameT = Aws::String>
44 m_channelNameHasBeenSet =
true;
45 m_channelName = std::forward<ChannelNameT>(value);
47 template <
typename ChannelNameT = Aws::String>
62 m_channelTypeHasBeenSet =
true;
63 m_channelType = value;
78 template <
typename SingleMasterConfigurationT = SingleMasterConfiguration>
80 m_singleMasterConfigurationHasBeenSet =
true;
81 m_singleMasterConfiguration = std::forward<SingleMasterConfigurationT>(value);
83 template <
typename SingleMasterConfigurationT = SingleMasterConfiguration>
97 template <
typename TagsT = Aws::Vector<Tag>>
99 m_tagsHasBeenSet =
true;
100 m_tags = std::forward<TagsT>(value);
102 template <
typename TagsT = Aws::Vector<Tag>>
104 SetTags(std::forward<TagsT>(value));
107 template <
typename TagsT = Tag>
109 m_tagsHasBeenSet =
true;
110 m_tags.emplace_back(std::forward<TagsT>(value));
116 bool m_channelNameHasBeenSet =
false;
119 bool m_channelTypeHasBeenSet =
false;
121 SingleMasterConfiguration m_singleMasterConfiguration;
122 bool m_singleMasterConfigurationHasBeenSet =
false;
125 bool m_tagsHasBeenSet =
false;
void SetSingleMasterConfiguration(SingleMasterConfigurationT &&value)
CreateSignalingChannelRequest & WithChannelName(ChannelNameT &&value)
bool SingleMasterConfigurationHasBeenSet() const
bool ChannelTypeHasBeenSet() const
CreateSignalingChannelRequest & WithChannelType(ChannelType value)
CreateSignalingChannelRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
AWS_KINESISVIDEO_API CreateSignalingChannelRequest()=default
ChannelType GetChannelType() const
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetChannelName(ChannelNameT &&value)
const SingleMasterConfiguration & GetSingleMasterConfiguration() const
CreateSignalingChannelRequest & AddTags(TagsT &&value)
void SetChannelType(ChannelType value)
const Aws::Vector< Tag > & GetTags() const
CreateSignalingChannelRequest & WithSingleMasterConfiguration(SingleMasterConfigurationT &&value)
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
const Aws::String & GetChannelName() const
bool ChannelNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector