7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisvideo/KinesisVideoRequest.h>
9#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
14namespace KinesisVideo {
38 template <
typename ChannelARNT = Aws::String>
40 m_channelARNHasBeenSet =
true;
41 m_channelARN = std::forward<ChannelARNT>(value);
43 template <
typename ChannelARNT = Aws::String>
58 template <
typename CurrentVersionT = Aws::String>
60 m_currentVersionHasBeenSet =
true;
61 m_currentVersion = std::forward<CurrentVersionT>(value);
63 template <
typename CurrentVersionT = Aws::String>
73 bool m_channelARNHasBeenSet =
false;
74 bool m_currentVersionHasBeenSet =
false;
const Aws::String & GetChannelARN() const
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
bool CurrentVersionHasBeenSet() const
const Aws::String & GetCurrentVersion() const
DeleteSignalingChannelRequest & WithChannelARN(ChannelARNT &&value)
DeleteSignalingChannelRequest & WithCurrentVersion(CurrentVersionT &&value)
AWS_KINESISVIDEO_API DeleteSignalingChannelRequest()=default
void SetChannelARN(ChannelARNT &&value)
bool ChannelARNHasBeenSet() const
void SetCurrentVersion(CurrentVersionT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String