Struct aws_sdk_route53resolver::operation::update_firewall_domains::UpdateFirewallDomainsOutput
source · #[non_exhaustive]pub struct UpdateFirewallDomainsOutput { /* private fields */ }Implementations§
source§impl UpdateFirewallDomainsOutput
impl UpdateFirewallDomainsOutput
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The ID of the firewall domain list that DNS Firewall just updated.
sourcepub fn status(&self) -> Option<&FirewallDomainListStatus>
pub fn status(&self) -> Option<&FirewallDomainListStatus>
Status of the UpdateFirewallDomains request.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
Additional information about the status of the list, if available.
source§impl UpdateFirewallDomainsOutput
impl UpdateFirewallDomainsOutput
sourcepub fn builder() -> UpdateFirewallDomainsOutputBuilder
pub fn builder() -> UpdateFirewallDomainsOutputBuilder
Creates a new builder-style object to manufacture UpdateFirewallDomainsOutput.
Trait Implementations§
source§impl Clone for UpdateFirewallDomainsOutput
impl Clone for UpdateFirewallDomainsOutput
source§fn clone(&self) -> UpdateFirewallDomainsOutput
fn clone(&self) -> UpdateFirewallDomainsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdateFirewallDomainsOutput
impl Debug for UpdateFirewallDomainsOutput
source§impl PartialEq<UpdateFirewallDomainsOutput> for UpdateFirewallDomainsOutput
impl PartialEq<UpdateFirewallDomainsOutput> for UpdateFirewallDomainsOutput
source§fn eq(&self, other: &UpdateFirewallDomainsOutput) -> bool
fn eq(&self, other: &UpdateFirewallDomainsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateFirewallDomainsOutput
impl RequestId for UpdateFirewallDomainsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.