Struct aws_sdk_networkfirewall::model::ReferenceSets
source · #[non_exhaustive]pub struct ReferenceSets { /* private fields */ }
Expand description
Contains a set of IP set references.
Implementations§
source§impl ReferenceSets
impl ReferenceSets
sourcepub fn ip_set_references(&self) -> Option<&HashMap<String, IpSetReference>>
pub fn ip_set_references(&self) -> Option<&HashMap<String, IpSetReference>>
The list of IP set references.
source§impl ReferenceSets
impl ReferenceSets
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReferenceSets
.
Trait Implementations§
source§impl Clone for ReferenceSets
impl Clone for ReferenceSets
source§fn clone(&self) -> ReferenceSets
fn clone(&self) -> ReferenceSets
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 ReferenceSets
impl Debug for ReferenceSets
source§impl PartialEq<ReferenceSets> for ReferenceSets
impl PartialEq<ReferenceSets> for ReferenceSets
source§fn eq(&self, other: &ReferenceSets) -> bool
fn eq(&self, other: &ReferenceSets) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.