7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackagev2/Mediapackagev2Request.h>
9#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
10#include <aws/mediapackagev2/model/InputSwitchConfiguration.h>
11#include <aws/mediapackagev2/model/OutputHeaderConfiguration.h>
16namespace mediapackagev2 {
43 template <
typename ChannelGroupNameT = Aws::String>
45 m_channelGroupNameHasBeenSet =
true;
46 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
48 template <
typename ChannelGroupNameT = Aws::String>
63 template <
typename ChannelNameT = Aws::String>
65 m_channelNameHasBeenSet =
true;
66 m_channelName = std::forward<ChannelNameT>(value);
68 template <
typename ChannelNameT = Aws::String>
83 template <
typename ETagT = Aws::String>
85 m_eTagHasBeenSet =
true;
86 m_eTag = std::forward<ETagT>(value);
88 template <
typename ETagT = Aws::String>
90 SetETag(std::forward<ETagT>(value));
102 template <
typename DescriptionT = Aws::String>
104 m_descriptionHasBeenSet =
true;
105 m_description = std::forward<DescriptionT>(value);
107 template <
typename DescriptionT = Aws::String>
122 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
124 m_inputSwitchConfigurationHasBeenSet =
true;
125 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
127 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
142 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
144 m_outputHeaderConfigurationHasBeenSet =
true;
145 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
147 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
165 bool m_channelGroupNameHasBeenSet =
false;
166 bool m_channelNameHasBeenSet =
false;
167 bool m_eTagHasBeenSet =
false;
168 bool m_descriptionHasBeenSet =
false;
169 bool m_inputSwitchConfigurationHasBeenSet =
false;
170 bool m_outputHeaderConfigurationHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String