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>
43 template <
typename FeedArnT = Aws::String>
45 m_feedArnHasBeenSet =
true;
46 m_feedArn = std::forward<FeedArnT>(value);
48 template <
typename FeedArnT = Aws::String>
62 template <
typename AudioFeedInputsT = Aws::Vector<AudioFeedInput>>
64 m_audioFeedInputsHasBeenSet =
true;
65 m_audioFeedInputs = std::forward<AudioFeedInputsT>(value);
67 template <
typename AudioFeedInputsT = Aws::Vector<AudioFeedInput>>
72 template <
typename AudioFeedInputsT = AudioFeedInput>
74 m_audioFeedInputsHasBeenSet =
true;
75 m_audioFeedInputs.emplace_back(std::forward<AudioFeedInputsT>(value));
83 bool m_feedArnHasBeenSet =
false;
84 bool m_audioFeedInputsHasBeenSet =
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