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