7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/network-firewall/model/FlowOperationStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace NetworkFirewall
41 template<
typename FirewallArnT = Aws::String>
42 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
43 template<
typename FirewallArnT = Aws::String>
53 template<
typename FlowOperationIdT = Aws::String>
54 void SetFlowOperationId(FlowOperationIdT&& value) { m_flowOperationIdHasBeenSet =
true; m_flowOperationId = std::forward<FlowOperationIdT>(value); }
55 template<
typename FlowOperationIdT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_firewallArnHasBeenSet =
false;
86 bool m_flowOperationIdHasBeenSet =
false;
89 bool m_flowOperationStatusHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
AWS_NETWORKFIREWALL_API StartFlowFlushResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
FlowOperationStatus GetFlowOperationStatus() const
void SetFlowOperationStatus(FlowOperationStatus value)
AWS_NETWORKFIREWALL_API StartFlowFlushResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NETWORKFIREWALL_API StartFlowFlushResult()=default
const Aws::String & GetFlowOperationId() const
StartFlowFlushResult & WithFlowOperationId(FlowOperationIdT &&value)
void SetFirewallArn(FirewallArnT &&value)
const Aws::String & GetFirewallArn() const
StartFlowFlushResult & WithFirewallArn(FirewallArnT &&value)
StartFlowFlushResult & WithFlowOperationStatus(FlowOperationStatus value)
const Aws::String & GetRequestId() const
void SetFlowOperationId(FlowOperationIdT &&value)
StartFlowFlushResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue