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