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