Struct aws_sdk_route53resolver::operation::delete_firewall_domain_list::builders::DeleteFirewallDomainListOutputBuilder
source · #[non_exhaustive]pub struct DeleteFirewallDomainListOutputBuilder { /* private fields */ }Expand description
A builder for DeleteFirewallDomainListOutput.
Implementations§
source§impl DeleteFirewallDomainListOutputBuilder
impl DeleteFirewallDomainListOutputBuilder
sourcepub fn firewall_domain_list(self, input: FirewallDomainList) -> Self
pub fn firewall_domain_list(self, input: FirewallDomainList) -> Self
The domain list that you just deleted.
sourcepub fn set_firewall_domain_list(self, input: Option<FirewallDomainList>) -> Self
pub fn set_firewall_domain_list(self, input: Option<FirewallDomainList>) -> Self
The domain list that you just deleted.
sourcepub fn build(self) -> DeleteFirewallDomainListOutput
pub fn build(self) -> DeleteFirewallDomainListOutput
Consumes the builder and constructs a DeleteFirewallDomainListOutput.
Trait Implementations§
source§impl Clone for DeleteFirewallDomainListOutputBuilder
impl Clone for DeleteFirewallDomainListOutputBuilder
source§fn clone(&self) -> DeleteFirewallDomainListOutputBuilder
fn clone(&self) -> DeleteFirewallDomainListOutputBuilder
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 Default for DeleteFirewallDomainListOutputBuilder
impl Default for DeleteFirewallDomainListOutputBuilder
source§fn default() -> DeleteFirewallDomainListOutputBuilder
fn default() -> DeleteFirewallDomainListOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteFirewallDomainListOutputBuilder> for DeleteFirewallDomainListOutputBuilder
impl PartialEq<DeleteFirewallDomainListOutputBuilder> for DeleteFirewallDomainListOutputBuilder
source§fn eq(&self, other: &DeleteFirewallDomainListOutputBuilder) -> bool
fn eq(&self, other: &DeleteFirewallDomainListOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.