7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53globalresolver/Route53GlobalResolver_EXPORTS.h>
11#include <aws/route53globalresolver/model/BlockOverrideDnsQueryType.h>
12#include <aws/route53globalresolver/model/CRResourceStatus.h>
13#include <aws/route53globalresolver/model/ConfidenceThreshold.h>
14#include <aws/route53globalresolver/model/DnsAdvancedProtection.h>
15#include <aws/route53globalresolver/model/FirewallBlockResponse.h>
16#include <aws/route53globalresolver/model/FirewallRuleAction.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace Route53GlobalResolver {
43 m_actionHasBeenSet =
true;
59 m_blockOverrideDnsTypeHasBeenSet =
true;
60 m_blockOverrideDnsType = value;
74 template <
typename BlockOverr
ideDomainT = Aws::String>
76 m_blockOverrideDomainHasBeenSet =
true;
77 m_blockOverrideDomain = std::forward<BlockOverrideDomainT>(value);
79 template <
typename BlockOverr
ideDomainT = Aws::String>
93 m_blockOverrideTtlHasBeenSet =
true;
94 m_blockOverrideTtl = value;
109 m_blockResponseHasBeenSet =
true;
110 m_blockResponse = value;
125 m_confidenceThresholdHasBeenSet =
true;
126 m_confidenceThreshold = value;
139 template <
typename CreatedAtT = Aws::Utils::DateTime>
141 m_createdAtHasBeenSet =
true;
142 m_createdAt = std::forward<CreatedAtT>(value);
144 template <
typename CreatedAtT = Aws::Utils::DateTime>
156 template <
typename DescriptionT = Aws::String>
158 m_descriptionHasBeenSet =
true;
159 m_description = std::forward<DescriptionT>(value);
161 template <
typename DescriptionT = Aws::String>
175 m_dnsAdvancedProtectionHasBeenSet =
true;
176 m_dnsAdvancedProtection = value;
190 template <
typename FirewallDomainListIdT = Aws::String>
192 m_firewallDomainListIdHasBeenSet =
true;
193 m_firewallDomainListId = std::forward<FirewallDomainListIdT>(value);
195 template <
typename FirewallDomainListIdT = Aws::String>
207 template <
typename IdT = Aws::String>
209 m_idHasBeenSet =
true;
210 m_id = std::forward<IdT>(value);
212 template <
typename IdT = Aws::String>
214 SetId(std::forward<IdT>(value));
224 template <
typename NameT = Aws::String>
226 m_nameHasBeenSet =
true;
227 m_name = std::forward<NameT>(value);
229 template <
typename NameT = Aws::String>
231 SetName(std::forward<NameT>(value));
242 m_priorityHasBeenSet =
true;
257 template <
typename DnsViewIdT = Aws::String>
259 m_dnsViewIdHasBeenSet =
true;
260 m_dnsViewId = std::forward<DnsViewIdT>(value);
262 template <
typename DnsViewIdT = Aws::String>
275 template <
typename QueryTypeT = Aws::String>
277 m_queryTypeHasBeenSet =
true;
278 m_queryType = std::forward<QueryTypeT>(value);
280 template <
typename QueryTypeT = Aws::String>
293 m_statusHasBeenSet =
true;
308 template <
typename UpdatedAtT = Aws::Utils::DateTime>
310 m_updatedAtHasBeenSet =
true;
311 m_updatedAt = std::forward<UpdatedAtT>(value);
313 template <
typename UpdatedAtT = Aws::Utils::DateTime>
323 template <
typename RequestIdT = Aws::String>
325 m_requestIdHasBeenSet =
true;
326 m_requestId = std::forward<RequestIdT>(value);
328 template <
typename RequestIdT = Aws::String>
343 int m_blockOverrideTtl{0};
361 long long m_priority{0};
373 bool m_actionHasBeenSet =
false;
374 bool m_blockOverrideDnsTypeHasBeenSet =
false;
375 bool m_blockOverrideDomainHasBeenSet =
false;
376 bool m_blockOverrideTtlHasBeenSet =
false;
377 bool m_blockResponseHasBeenSet =
false;
378 bool m_confidenceThresholdHasBeenSet =
false;
379 bool m_createdAtHasBeenSet =
false;
380 bool m_descriptionHasBeenSet =
false;
381 bool m_dnsAdvancedProtectionHasBeenSet =
false;
382 bool m_firewallDomainListIdHasBeenSet =
false;
383 bool m_idHasBeenSet =
false;
384 bool m_nameHasBeenSet =
false;
385 bool m_priorityHasBeenSet =
false;
386 bool m_dnsViewIdHasBeenSet =
false;
387 bool m_queryTypeHasBeenSet =
false;
388 bool m_statusHasBeenSet =
false;
389 bool m_updatedAtHasBeenSet =
false;
390 bool m_requestIdHasBeenSet =
false;
DeleteFirewallRuleResult & WithCreatedAt(CreatedAtT &&value)
DeleteFirewallRuleResult & WithName(NameT &&value)
DeleteFirewallRuleResult & WithRequestId(RequestIdT &&value)
FirewallBlockResponse GetBlockResponse() const
AWS_ROUTE53GLOBALRESOLVER_API DeleteFirewallRuleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
CRResourceStatus GetStatus() const
DeleteFirewallRuleResult & WithBlockOverrideDomain(BlockOverrideDomainT &&value)
void SetBlockOverrideDnsType(BlockOverrideDnsQueryType value)
void SetUpdatedAt(UpdatedAtT &&value)
ConfidenceThreshold GetConfidenceThreshold() const
DeleteFirewallRuleResult & WithQueryType(QueryTypeT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
DeleteFirewallRuleResult & WithDescription(DescriptionT &&value)
void SetAction(FirewallRuleAction value)
void SetName(NameT &&value)
DeleteFirewallRuleResult & WithBlockOverrideTtl(int value)
DnsAdvancedProtection GetDnsAdvancedProtection() const
DeleteFirewallRuleResult & WithPriority(long long value)
long long GetPriority() const
DeleteFirewallRuleResult & WithUpdatedAt(UpdatedAtT &&value)
DeleteFirewallRuleResult & WithFirewallDomainListId(FirewallDomainListIdT &&value)
void SetDescription(DescriptionT &&value)
void SetStatus(CRResourceStatus value)
void SetFirewallDomainListId(FirewallDomainListIdT &&value)
void SetDnsAdvancedProtection(DnsAdvancedProtection value)
void SetBlockOverrideTtl(int value)
void SetConfidenceThreshold(ConfidenceThreshold value)
const Aws::String & GetDnsViewId() const
DeleteFirewallRuleResult & WithBlockResponse(FirewallBlockResponse value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetPriority(long long value)
const Aws::String & GetBlockOverrideDomain() const
void SetCreatedAt(CreatedAtT &&value)
DeleteFirewallRuleResult & WithDnsAdvancedProtection(DnsAdvancedProtection value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
DeleteFirewallRuleResult & WithBlockOverrideDnsType(BlockOverrideDnsQueryType value)
DeleteFirewallRuleResult & WithId(IdT &&value)
DeleteFirewallRuleResult & WithAction(FirewallRuleAction value)
void SetQueryType(QueryTypeT &&value)
FirewallRuleAction GetAction() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetQueryType() const
DeleteFirewallRuleResult & WithConfidenceThreshold(ConfidenceThreshold value)
DeleteFirewallRuleResult & WithStatus(CRResourceStatus value)
const Aws::String & GetFirewallDomainListId() const
int GetBlockOverrideTtl() const
const Aws::String & GetRequestId() const
DeleteFirewallRuleResult & WithDnsViewId(DnsViewIdT &&value)
BlockOverrideDnsQueryType GetBlockOverrideDnsType() const
void SetBlockOverrideDomain(BlockOverrideDomainT &&value)
void SetDnsViewId(DnsViewIdT &&value)
AWS_ROUTE53GLOBALRESOLVER_API DeleteFirewallRuleResult()=default
AWS_ROUTE53GLOBALRESOLVER_API DeleteFirewallRuleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBlockResponse(FirewallBlockResponse value)
BlockOverrideDnsQueryType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue