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/SingleMasterConfiguration.h>
43 template<
typename ChannelARNT = Aws::String>
44 void SetChannelARN(ChannelARNT&& value) { m_channelARNHasBeenSet =
true; m_channelARN = std::forward<ChannelARNT>(value); }
45 template<
typename ChannelARNT = Aws::String>
55 template<
typename CurrentVersionT = Aws::String>
56 void SetCurrentVersion(CurrentVersionT&& value) { m_currentVersionHasBeenSet =
true; m_currentVersion = std::forward<CurrentVersionT>(value); }
57 template<
typename CurrentVersionT = Aws::String>
68 template<
typename SingleMasterConfigurationT = SingleMasterConfiguration>
69 void SetSingleMasterConfiguration(SingleMasterConfigurationT&& value) { m_singleMasterConfigurationHasBeenSet =
true; m_singleMasterConfiguration = std::forward<SingleMasterConfigurationT>(value); }
70 template<
typename SingleMasterConfigurationT = SingleMasterConfiguration>
76 bool m_channelARNHasBeenSet =
false;
79 bool m_currentVersionHasBeenSet =
false;
82 bool m_singleMasterConfigurationHasBeenSet =
false;
bool ChannelARNHasBeenSet() const
bool SingleMasterConfigurationHasBeenSet() const
const SingleMasterConfiguration & GetSingleMasterConfiguration() const
UpdateSignalingChannelRequest & WithSingleMasterConfiguration(SingleMasterConfigurationT &&value)
AWS_KINESISVIDEO_API UpdateSignalingChannelRequest()=default
void SetChannelARN(ChannelARNT &&value)
void SetCurrentVersion(CurrentVersionT &&value)
const Aws::String & GetChannelARN() const
UpdateSignalingChannelRequest & WithChannelARN(ChannelARNT &&value)
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetSingleMasterConfiguration(SingleMasterConfigurationT &&value)
bool CurrentVersionHasBeenSet() const
const Aws::String & GetCurrentVersion() const
UpdateSignalingChannelRequest & WithCurrentVersion(CurrentVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String