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>
68 bool m_flowArnHasBeenSet =
false;
71 bool m_flowVpcInterfaceAttachmentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue