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/SingleMasterChannelEndpointConfiguration.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>
56 template<
typename SingleMasterChannelEndpo
intConfigurationT = SingleMasterChannelEndpo
intConfiguration>
57 void SetSingleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfigurationT&& value) { m_singleMasterChannelEndpointConfigurationHasBeenSet =
true; m_singleMasterChannelEndpointConfiguration = std::forward<SingleMasterChannelEndpointConfigurationT>(value); }
58 template<
typename SingleMasterChannelEndpo
intConfigurationT = SingleMasterChannelEndpo
intConfiguration>
64 bool m_channelARNHasBeenSet =
false;
67 bool m_singleMasterChannelEndpointConfigurationHasBeenSet =
false;
void SetSingleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfigurationT &&value)
void SetChannelARN(ChannelARNT &&value)
GetSignalingChannelEndpointRequest & WithSingleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfigurationT &&value)
const SingleMasterChannelEndpointConfiguration & GetSingleMasterChannelEndpointConfiguration() const
bool ChannelARNHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetSignalingChannelEndpointRequest & WithChannelARN(ChannelARNT &&value)
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
bool SingleMasterChannelEndpointConfigurationHasBeenSet() const
const Aws::String & GetChannelARN() const
AWS_KINESISVIDEO_API GetSignalingChannelEndpointRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String