AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DescribeFlowOperationRequest.h
1
6#pragma once
7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/NetworkFirewallRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace NetworkFirewall
15{
16namespace Model
17{
18
22 {
23 public:
24 AWS_NETWORKFIREWALL_API DescribeFlowOperationRequest() = default;
25
26 // Service request name is the Operation name which will send this request out,
27 // each operation should has unique request name, so that we can get operation's name from this request.
28 // Note: this is not true for response, multiple operations may have the same response name,
29 // so we can not get operation's name from response.
30 inline virtual const char* GetServiceRequestName() const override { return "DescribeFlowOperation"; }
31
32 AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override;
33
34 AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
35
36
38
41 inline const Aws::String& GetFirewallArn() const { return m_firewallArn; }
42 inline bool FirewallArnHasBeenSet() const { return m_firewallArnHasBeenSet; }
43 template<typename FirewallArnT = Aws::String>
44 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet = true; m_firewallArn = std::forward<FirewallArnT>(value); }
45 template<typename FirewallArnT = Aws::String>
46 DescribeFlowOperationRequest& WithFirewallArn(FirewallArnT&& value) { SetFirewallArn(std::forward<FirewallArnT>(value)); return *this;}
48
50
55 inline const Aws::String& GetAvailabilityZone() const { return m_availabilityZone; }
56 inline bool AvailabilityZoneHasBeenSet() const { return m_availabilityZoneHasBeenSet; }
57 template<typename AvailabilityZoneT = Aws::String>
58 void SetAvailabilityZone(AvailabilityZoneT&& value) { m_availabilityZoneHasBeenSet = true; m_availabilityZone = std::forward<AvailabilityZoneT>(value); }
59 template<typename AvailabilityZoneT = Aws::String>
60 DescribeFlowOperationRequest& WithAvailabilityZone(AvailabilityZoneT&& value) { SetAvailabilityZone(std::forward<AvailabilityZoneT>(value)); return *this;}
62
64
67 inline const Aws::String& GetVpcEndpointAssociationArn() const { return m_vpcEndpointAssociationArn; }
68 inline bool VpcEndpointAssociationArnHasBeenSet() const { return m_vpcEndpointAssociationArnHasBeenSet; }
69 template<typename VpcEndpointAssociationArnT = Aws::String>
70 void SetVpcEndpointAssociationArn(VpcEndpointAssociationArnT&& value) { m_vpcEndpointAssociationArnHasBeenSet = true; m_vpcEndpointAssociationArn = std::forward<VpcEndpointAssociationArnT>(value); }
71 template<typename VpcEndpointAssociationArnT = Aws::String>
72 DescribeFlowOperationRequest& WithVpcEndpointAssociationArn(VpcEndpointAssociationArnT&& value) { SetVpcEndpointAssociationArn(std::forward<VpcEndpointAssociationArnT>(value)); return *this;}
74
76
79 inline const Aws::String& GetVpcEndpointId() const { return m_vpcEndpointId; }
80 inline bool VpcEndpointIdHasBeenSet() const { return m_vpcEndpointIdHasBeenSet; }
81 template<typename VpcEndpointIdT = Aws::String>
82 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
83 template<typename VpcEndpointIdT = Aws::String>
84 DescribeFlowOperationRequest& WithVpcEndpointId(VpcEndpointIdT&& value) { SetVpcEndpointId(std::forward<VpcEndpointIdT>(value)); return *this;}
86
88
92 inline const Aws::String& GetFlowOperationId() const { return m_flowOperationId; }
93 inline bool FlowOperationIdHasBeenSet() const { return m_flowOperationIdHasBeenSet; }
94 template<typename FlowOperationIdT = Aws::String>
95 void SetFlowOperationId(FlowOperationIdT&& value) { m_flowOperationIdHasBeenSet = true; m_flowOperationId = std::forward<FlowOperationIdT>(value); }
96 template<typename FlowOperationIdT = Aws::String>
97 DescribeFlowOperationRequest& WithFlowOperationId(FlowOperationIdT&& value) { SetFlowOperationId(std::forward<FlowOperationIdT>(value)); return *this;}
99 private:
100
101 Aws::String m_firewallArn;
102 bool m_firewallArnHasBeenSet = false;
103
104 Aws::String m_availabilityZone;
105 bool m_availabilityZoneHasBeenSet = false;
106
107 Aws::String m_vpcEndpointAssociationArn;
108 bool m_vpcEndpointAssociationArnHasBeenSet = false;
109
110 Aws::String m_vpcEndpointId;
111 bool m_vpcEndpointIdHasBeenSet = false;
112
113 Aws::String m_flowOperationId;
114 bool m_flowOperationIdHasBeenSet = false;
115 };
116
117} // namespace Model
118} // namespace NetworkFirewall
119} // namespace Aws
DescribeFlowOperationRequest & WithVpcEndpointId(VpcEndpointIdT &&value)
void SetVpcEndpointAssociationArn(VpcEndpointAssociationArnT &&value)
AWS_NETWORKFIREWALL_API DescribeFlowOperationRequest()=default
DescribeFlowOperationRequest & WithAvailabilityZone(AvailabilityZoneT &&value)
DescribeFlowOperationRequest & WithFlowOperationId(FlowOperationIdT &&value)
DescribeFlowOperationRequest & WithFirewallArn(FirewallArnT &&value)
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeFlowOperationRequest & WithVpcEndpointAssociationArn(VpcEndpointAssociationArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String