7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/AudioFeedInput.h>
11#include <aws/medialive/model/EnrichmentMethod.h>
44 template <
typename FeedArnT = Aws::String>
46 m_feedArnHasBeenSet =
true;
47 m_feedArn = std::forward<FeedArnT>(value);
49 template <
typename FeedArnT = Aws::String>
63 template <
typename AudioFeedInputsT = Aws::Vector<AudioFeedInput>>
65 m_audioFeedInputsHasBeenSet =
true;
66 m_audioFeedInputs = std::forward<AudioFeedInputsT>(value);
68 template <
typename AudioFeedInputsT = Aws::Vector<AudioFeedInput>>
73 template <
typename AudioFeedInputsT = AudioFeedInput>
75 m_audioFeedInputsHasBeenSet =
true;
76 m_audioFeedInputs.emplace_back(std::forward<AudioFeedInputsT>(value));
91 template <
typename EnrichmentMethodsT = Aws::Vector<EnrichmentMethod>>
93 m_enrichmentMethodsHasBeenSet =
true;
94 m_enrichmentMethods = std::forward<EnrichmentMethodsT>(value);
96 template <
typename EnrichmentMethodsT = Aws::Vector<EnrichmentMethod>>
102 m_enrichmentMethodsHasBeenSet =
true;
103 m_enrichmentMethods.push_back(value);
113 bool m_feedArnHasBeenSet =
false;
114 bool m_audioFeedInputsHasBeenSet =
false;
115 bool m_enrichmentMethodsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue