7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ChannelIdsT = Aws::Vector<Aws::String>>
46 void SetChannelIds(ChannelIdsT&& value) { m_channelIdsHasBeenSet =
true; m_channelIds = std::forward<ChannelIdsT>(value); }
47 template<
typename ChannelIdsT = Aws::Vector<Aws::String>>
49 template<
typename ChannelIdsT = Aws::String>
50 BatchDeleteRequest&
AddChannelIds(ChannelIdsT&& value) { m_channelIdsHasBeenSet =
true; m_channelIds.emplace_back(std::forward<ChannelIdsT>(value));
return *
this; }
59 template<
typename InputIdsT = Aws::Vector<Aws::String>>
60 void SetInputIds(InputIdsT&& value) { m_inputIdsHasBeenSet =
true; m_inputIds = std::forward<InputIdsT>(value); }
61 template<
typename InputIdsT = Aws::Vector<Aws::String>>
63 template<
typename InputIdsT = Aws::String>
64 BatchDeleteRequest&
AddInputIds(InputIdsT&& value) { m_inputIdsHasBeenSet =
true; m_inputIds.emplace_back(std::forward<InputIdsT>(value));
return *
this; }
73 template<
typename InputSecurityGroupIdsT = Aws::Vector<Aws::String>>
74 void SetInputSecurityGroupIds(InputSecurityGroupIdsT&& value) { m_inputSecurityGroupIdsHasBeenSet =
true; m_inputSecurityGroupIds = std::forward<InputSecurityGroupIdsT>(value); }
75 template<
typename InputSecurityGroupIdsT = Aws::Vector<Aws::String>>
77 template<
typename InputSecurityGroupIdsT = Aws::String>
78 BatchDeleteRequest&
AddInputSecurityGroupIds(InputSecurityGroupIdsT&& value) { m_inputSecurityGroupIdsHasBeenSet =
true; m_inputSecurityGroupIds.emplace_back(std::forward<InputSecurityGroupIdsT>(value));
return *
this; }
87 template<
typename MultiplexIdsT = Aws::Vector<Aws::String>>
88 void SetMultiplexIds(MultiplexIdsT&& value) { m_multiplexIdsHasBeenSet =
true; m_multiplexIds = std::forward<MultiplexIdsT>(value); }
89 template<
typename MultiplexIdsT = Aws::Vector<Aws::String>>
91 template<
typename MultiplexIdsT = Aws::String>
92 BatchDeleteRequest&
AddMultiplexIds(MultiplexIdsT&& value) { m_multiplexIdsHasBeenSet =
true; m_multiplexIds.emplace_back(std::forward<MultiplexIdsT>(value));
return *
this; }
97 bool m_channelIdsHasBeenSet =
false;
100 bool m_inputIdsHasBeenSet =
false;
103 bool m_inputSecurityGroupIdsHasBeenSet =
false;
106 bool m_multiplexIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector