7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisvideo/KinesisVideoRequest.h>
9#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
10#include <aws/kinesisvideo/model/SingleMasterChannelEndpointConfiguration.h>
15namespace KinesisVideo {
39 template <
typename ChannelARNT = Aws::String>
41 m_channelARNHasBeenSet =
true;
42 m_channelARN = std::forward<ChannelARNT>(value);
44 template <
typename ChannelARNT = Aws::String>
57 return m_singleMasterChannelEndpointConfiguration;
60 template <
typename SingleMasterChannelEndpo
intConfigurationT = SingleMasterChannelEndpo
intConfiguration>
62 m_singleMasterChannelEndpointConfigurationHasBeenSet =
true;
63 m_singleMasterChannelEndpointConfiguration = std::forward<SingleMasterChannelEndpointConfigurationT>(value);
65 template <
typename SingleMasterChannelEndpo
intConfigurationT = SingleMasterChannelEndpo
intConfiguration>
73 bool m_channelARNHasBeenSet =
false;
76 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