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>
67 template<
typename AvailabilityZoneMappingsT = Aws::Vector<AvailabilityZoneMapping>>
68 void SetAvailabilityZoneMappings(AvailabilityZoneMappingsT&& value) { m_availabilityZoneMappingsHasBeenSet =
true; m_availabilityZoneMappings = std::forward<AvailabilityZoneMappingsT>(value); }
69 template<
typename AvailabilityZoneMappingsT = Aws::Vector<AvailabilityZoneMapping>>
71 template<
typename AvailabilityZoneMappingsT = AvailabilityZoneMapping>
91 template<
typename UpdateTokenT = Aws::String>
92 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet =
true; m_updateToken = std::forward<UpdateTokenT>(value); }
93 template<
typename UpdateTokenT = Aws::String>
100 template<
typename RequestIdT = Aws::String>
101 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
102 template<
typename RequestIdT = Aws::String>
108 bool m_firewallArnHasBeenSet =
false;
111 bool m_firewallNameHasBeenSet =
false;
114 bool m_availabilityZoneMappingsHasBeenSet =
false;
117 bool m_updateTokenHasBeenSet =
false;
120 bool m_requestIdHasBeenSet =
false;
AssociateAvailabilityZonesResult & AddAvailabilityZoneMappings(AvailabilityZoneMappingsT &&value)
const Aws::Vector< AvailabilityZoneMapping > & GetAvailabilityZoneMappings() const
const Aws::String & GetFirewallName() const
const Aws::String & GetFirewallArn() const
AssociateAvailabilityZonesResult & WithUpdateToken(UpdateTokenT &&value)
AWS_NETWORKFIREWALL_API AssociateAvailabilityZonesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetUpdateToken() const
AWS_NETWORKFIREWALL_API AssociateAvailabilityZonesResult()=default
void SetFirewallArn(FirewallArnT &&value)
void SetAvailabilityZoneMappings(AvailabilityZoneMappingsT &&value)
AssociateAvailabilityZonesResult & WithFirewallArn(FirewallArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetFirewallName(FirewallNameT &&value)
AssociateAvailabilityZonesResult & WithFirewallName(FirewallNameT &&value)
void SetUpdateToken(UpdateTokenT &&value)
AWS_NETWORKFIREWALL_API AssociateAvailabilityZonesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AssociateAvailabilityZonesResult & WithRequestId(RequestIdT &&value)
AssociateAvailabilityZonesResult & WithAvailabilityZoneMappings(AvailabilityZoneMappingsT &&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