7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconnect/model/VpcInterfaceAttachment.h>
48 template<
typename FlowArnT = Aws::String>
49 void SetFlowArn(FlowArnT&& value) { m_flowArnHasBeenSet =
true; m_flowArn = std::forward<FlowArnT>(value); }
50 template<
typename FlowArnT = Aws::String>
60 template<
typename FlowVpcInterfaceAttachmentT = VpcInterfaceAttachment>
61 void SetFlowVpcInterfaceAttachment(FlowVpcInterfaceAttachmentT&& value) { m_flowVpcInterfaceAttachmentHasBeenSet =
true; m_flowVpcInterfaceAttachment = std::forward<FlowVpcInterfaceAttachmentT>(value); }
62 template<
typename FlowVpcInterfaceAttachmentT = VpcInterfaceAttachment>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
84 template<
typename OutputArnT = Aws::String>
85 void SetOutputArn(OutputArnT&& value) { m_outputArnHasBeenSet =
true; m_outputArn = std::forward<OutputArnT>(value); }
86 template<
typename OutputArnT = Aws::String>
92 bool m_flowArnHasBeenSet =
false;
95 bool m_flowVpcInterfaceAttachmentHasBeenSet =
false;
98 bool m_nameHasBeenSet =
false;
101 bool m_outputArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue