7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/mediapackagev2/Mediapackagev2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediapackagev2/model/InputSwitchConfiguration.h>
11#include <aws/mediapackagev2/model/OutputHeaderConfiguration.h>
16namespace mediapackagev2
47 template<
typename ChannelGroupNameT = Aws::String>
48 void SetChannelGroupName(ChannelGroupNameT&& value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName = std::forward<ChannelGroupNameT>(value); }
49 template<
typename ChannelGroupNameT = Aws::String>
61 template<
typename ChannelNameT = Aws::String>
62 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
63 template<
typename ChannelNameT = Aws::String>
75 template<
typename ETagT = Aws::String>
76 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
77 template<
typename ETagT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
102 template<
typename InputSwitchConfigurationT = InputSwitchConfiguration>
103 void SetInputSwitchConfiguration(InputSwitchConfigurationT&& value) { m_inputSwitchConfigurationHasBeenSet =
true; m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value); }
104 template<
typename InputSwitchConfigurationT = InputSwitchConfiguration>
116 template<
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
117 void SetOutputHeaderConfiguration(OutputHeaderConfigurationT&& value) { m_outputHeaderConfigurationHasBeenSet =
true; m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value); }
118 template<
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
124 bool m_channelGroupNameHasBeenSet =
false;
127 bool m_channelNameHasBeenSet =
false;
130 bool m_eTagHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
136 bool m_inputSwitchConfigurationHasBeenSet =
false;
139 bool m_outputHeaderConfigurationHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String