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>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
96 bool m_flowArnHasBeenSet =
false;
97 bool m_flowVpcInterfaceAttachmentHasBeenSet =
false;
98 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue