Struct aws_sdk_route53resolver::operation::get_firewall_domain_list::GetFirewallDomainListInput
source · #[non_exhaustive]pub struct GetFirewallDomainListInput {
pub firewall_domain_list_id: Option<String>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.firewall_domain_list_id: Option<String>
The ID of the domain list.
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
.
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 for GetFirewallDomainListInput
impl PartialEq 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 ==
.impl StructuralPartialEq for GetFirewallDomainListInput
Auto Trait Implementations§
impl RefUnwindSafe for GetFirewallDomainListInput
impl Send for GetFirewallDomainListInput
impl Sync for GetFirewallDomainListInput
impl Unpin for GetFirewallDomainListInput
impl UnwindSafe for GetFirewallDomainListInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.