Struct aws_sdk_route53resolver::operation::delete_firewall_domain_list::DeleteFirewallDomainListInput
source · #[non_exhaustive]pub struct DeleteFirewallDomainListInput { /* private fields */ }Implementations§
source§impl DeleteFirewallDomainListInput
impl DeleteFirewallDomainListInput
sourcepub fn firewall_domain_list_id(&self) -> Option<&str>
pub fn firewall_domain_list_id(&self) -> Option<&str>
The ID of the domain list that you want to delete.
source§impl DeleteFirewallDomainListInput
impl DeleteFirewallDomainListInput
sourcepub fn builder() -> DeleteFirewallDomainListInputBuilder
pub fn builder() -> DeleteFirewallDomainListInputBuilder
Creates a new builder-style object to manufacture DeleteFirewallDomainListInput.
source§impl DeleteFirewallDomainListInput
impl DeleteFirewallDomainListInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFirewallDomainList, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteFirewallDomainList, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteFirewallDomainList>
Trait Implementations§
source§impl Clone for DeleteFirewallDomainListInput
impl Clone for DeleteFirewallDomainListInput
source§fn clone(&self) -> DeleteFirewallDomainListInput
fn clone(&self) -> DeleteFirewallDomainListInput
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 PartialEq<DeleteFirewallDomainListInput> for DeleteFirewallDomainListInput
impl PartialEq<DeleteFirewallDomainListInput> for DeleteFirewallDomainListInput
source§fn eq(&self, other: &DeleteFirewallDomainListInput) -> bool
fn eq(&self, other: &DeleteFirewallDomainListInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.