7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/KinesisVideoRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kinesisvideo/model/ChannelType.h>
11#include <aws/kinesisvideo/model/SingleMasterConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/kinesisvideo/model/Tag.h>
46 template<
typename ChannelNameT = Aws::String>
47 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
48 template<
typename ChannelNameT = Aws::String>
70 template<
typename SingleMasterConfigurationT = SingleMasterConfiguration>
71 void SetSingleMasterConfiguration(SingleMasterConfigurationT&& value) { m_singleMasterConfigurationHasBeenSet =
true; m_singleMasterConfiguration = std::forward<SingleMasterConfigurationT>(value); }
72 template<
typename SingleMasterConfigurationT = SingleMasterConfiguration>
83 template<
typename TagsT = Aws::Vector<Tag>>
84 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
85 template<
typename TagsT = Aws::Vector<Tag>>
87 template<
typename TagsT = Tag>
93 bool m_channelNameHasBeenSet =
false;
96 bool m_channelTypeHasBeenSet =
false;
98 SingleMasterConfiguration m_singleMasterConfiguration;
99 bool m_singleMasterConfigurationHasBeenSet =
false;
102 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