7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9#include <aws/mediaconnect/model/VpcInterfaceAttachment.h>
20namespace MediaConnect {
42 template <
typename FlowArnT = Aws::String>
44 m_flowArnHasBeenSet =
true;
45 m_flowArn = std::forward<FlowArnT>(value);
47 template <
typename FlowArnT = Aws::String>
60 template <
typename FlowVpcInterfaceAttachmentT = VpcInterfaceAttachment>
62 m_flowVpcInterfaceAttachmentHasBeenSet =
true;
63 m_flowVpcInterfaceAttachment = std::forward<FlowVpcInterfaceAttachmentT>(value);
65 template <
typename FlowVpcInterfaceAttachmentT = VpcInterfaceAttachment>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 template <
typename OutputArnT = Aws::String>
98 m_outputArnHasBeenSet =
true;
99 m_outputArn = std::forward<OutputArnT>(value);
101 template <
typename OutputArnT = Aws::String>
115 bool m_flowArnHasBeenSet =
false;
116 bool m_flowVpcInterfaceAttachmentHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
118 bool m_outputArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue