7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kinesisvideo/model/ChannelRole.h>
10#include <aws/kinesisvideo/model/ChannelProtocol.h>
52 template<
typename ProtocolsT = Aws::Vector<ChannelProtocol>>
53 void SetProtocols(ProtocolsT&& value) { m_protocolsHasBeenSet =
true; m_protocols = std::forward<ProtocolsT>(value); }
54 template<
typename ProtocolsT = Aws::Vector<ChannelProtocol>>
77 bool m_protocolsHasBeenSet =
false;
80 bool m_roleHasBeenSet =
false;
void SetProtocols(ProtocolsT &&value)
AWS_KINESISVIDEO_API SingleMasterChannelEndpointConfiguration()=default
SingleMasterChannelEndpointConfiguration & AddProtocols(ChannelProtocol value)
AWS_KINESISVIDEO_API SingleMasterChannelEndpointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISVIDEO_API SingleMasterChannelEndpointConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ChannelProtocol > & GetProtocols() const
bool RoleHasBeenSet() const
bool ProtocolsHasBeenSet() const
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
SingleMasterChannelEndpointConfiguration & WithRole(ChannelRole value)
SingleMasterChannelEndpointConfiguration & WithProtocols(ProtocolsT &&value)
void SetRole(ChannelRole value)
ChannelRole GetRole() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue