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