7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
19namespace MediaConnect {
41 template <
typename FlowArnT = Aws::String>
43 m_flowArnHasBeenSet =
true;
44 m_flowArn = std::forward<FlowArnT>(value);
46 template <
typename FlowArnT = Aws::String>
59 template <
typename FlowSourceArnT = Aws::String>
61 m_flowSourceArnHasBeenSet =
true;
62 m_flowSourceArn = std::forward<FlowSourceArnT>(value);
64 template <
typename FlowSourceArnT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
94 bool m_flowArnHasBeenSet =
false;
95 bool m_flowSourceArnHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue