7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace NetworkFirewall
40 template<
typename FirewallArnT = Aws::String>
41 void SetFirewallArn(FirewallArnT&& value) { m_firewallArnHasBeenSet =
true; m_firewallArn = std::forward<FirewallArnT>(value); }
42 template<
typename FirewallArnT = Aws::String>
52 template<
typename FirewallNameT = Aws::String>
53 void SetFirewallName(FirewallNameT&& value) { m_firewallNameHasBeenSet =
true; m_firewallName = std::forward<FirewallNameT>(value); }
54 template<
typename FirewallNameT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
85 template<
typename UpdateTokenT = Aws::String>
86 void SetUpdateToken(UpdateTokenT&& value) { m_updateTokenHasBeenSet =
true; m_updateToken = std::forward<UpdateTokenT>(value); }
87 template<
typename UpdateTokenT = Aws::String>
94 template<
typename RequestIdT = Aws::String>
95 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
96 template<
typename RequestIdT = Aws::String>
102 bool m_firewallArnHasBeenSet =
false;
105 bool m_firewallNameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_updateTokenHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetUpdateToken() const
void SetDescription(DescriptionT &&value)
AWS_NETWORKFIREWALL_API UpdateFirewallDescriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NETWORKFIREWALL_API UpdateFirewallDescriptionResult()=default
UpdateFirewallDescriptionResult & WithFirewallName(FirewallNameT &&value)
AWS_NETWORKFIREWALL_API UpdateFirewallDescriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetFirewallName() const
const Aws::String & GetDescription() const
UpdateFirewallDescriptionResult & WithDescription(DescriptionT &&value)
UpdateFirewallDescriptionResult & WithUpdateToken(UpdateTokenT &&value)
void SetFirewallArn(FirewallArnT &&value)
UpdateFirewallDescriptionResult & WithRequestId(RequestIdT &&value)
void SetUpdateToken(UpdateTokenT &&value)
UpdateFirewallDescriptionResult & WithFirewallArn(FirewallArnT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetFirewallName(FirewallNameT &&value)
const Aws::String & GetFirewallArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue