7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/network-firewall/model/AvailabilityZoneMapping.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace NetworkFirewall
42 template<
typename FirewallArnT = Aws::String>
43 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
44 template<
typename FirewallArnT = Aws::String>
54 template<
typename FirewallNameT = Aws::String>
55 void SetFirewallName(FirewallNameT&& value) { m_firewallNameHasBeenSet =
true; m_firewallName = std::forward<FirewallNameT>(value); }
56 template<
typename FirewallNameT = Aws::String>
66 template<
typename AvailabilityZoneMappingsT = Aws::Vector<AvailabilityZoneMapping>>
67 void SetAvailabilityZoneMappings(AvailabilityZoneMappingsT&& value) { m_availabilityZoneMappingsHasBeenSet =
true; m_availabilityZoneMappings = std::forward<AvailabilityZoneMappingsT>(value); }
68 template<
typename AvailabilityZoneMappingsT = Aws::Vector<AvailabilityZoneMapping>>
70 template<
typename AvailabilityZoneMappingsT = AvailabilityZoneMapping>
90 template<
typename UpdateTokenT = Aws::String>
91 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet =
true; m_updateToken = std::forward<UpdateTokenT>(value); }
92 template<
typename UpdateTokenT = Aws::String>
99 template<
typename RequestIdT = Aws::String>
100 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
101 template<
typename RequestIdT = Aws::String>
107 bool m_firewallArnHasBeenSet =
false;
110 bool m_firewallNameHasBeenSet =
false;
113 bool m_availabilityZoneMappingsHasBeenSet =
false;
116 bool m_updateTokenHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
AWS_NETWORKFIREWALL_API DisassociateAvailabilityZonesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUpdateToken(UpdateTokenT &&value)
void SetFirewallArn(FirewallArnT &&value)
DisassociateAvailabilityZonesResult & WithAvailabilityZoneMappings(AvailabilityZoneMappingsT &&value)
const Aws::String & GetUpdateToken() const
void SetAvailabilityZoneMappings(AvailabilityZoneMappingsT &&value)
const Aws::String & GetFirewallName() const
DisassociateAvailabilityZonesResult & WithFirewallArn(FirewallArnT &&value)
DisassociateAvailabilityZonesResult & WithUpdateToken(UpdateTokenT &&value)
const Aws::Vector< AvailabilityZoneMapping > & GetAvailabilityZoneMappings() const
void SetFirewallName(FirewallNameT &&value)
DisassociateAvailabilityZonesResult & WithFirewallName(FirewallNameT &&value)
DisassociateAvailabilityZonesResult & WithRequestId(RequestIdT &&value)
AWS_NETWORKFIREWALL_API DisassociateAvailabilityZonesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NETWORKFIREWALL_API DisassociateAvailabilityZonesResult()=default
const Aws::String & GetFirewallArn() const
DisassociateAvailabilityZonesResult & AddAvailabilityZoneMappings(AvailabilityZoneMappingsT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue