7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/network-firewall/model/FlowOperationType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/network-firewall/model/FlowOperationStatus.h>
24namespace NetworkFirewall
51 template<
typename FlowOperationIdT = Aws::String>
52 void SetFlowOperationId(FlowOperationIdT&& value) { m_flowOperationIdHasBeenSet =
true; m_flowOperationId = std::forward<FlowOperationIdT>(value); }
53 template<
typename FlowOperationIdT = Aws::String>
74 template<
typename FlowRequestTimestampT = Aws::Utils::DateTime>
75 void SetFlowRequestTimestamp(FlowRequestTimestampT&& value) { m_flowRequestTimestampHasBeenSet =
true; m_flowRequestTimestamp = std::forward<FlowRequestTimestampT>(value); }
76 template<
typename FlowRequestTimestampT = Aws::Utils::DateTime>
96 bool m_flowOperationIdHasBeenSet =
false;
99 bool m_flowOperationTypeHasBeenSet =
false;
102 bool m_flowRequestTimestampHasBeenSet =
false;
105 bool m_flowOperationStatusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue