Struct aws_sdk_ec2::operation::describe_security_group_references::builders::DescribeSecurityGroupReferencesOutputBuilder
source · #[non_exhaustive]pub struct DescribeSecurityGroupReferencesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeSecurityGroupReferencesOutput.
Implementations§
source§impl DescribeSecurityGroupReferencesOutputBuilder
impl DescribeSecurityGroupReferencesOutputBuilder
sourcepub fn security_group_reference_set(self, input: SecurityGroupReference) -> Self
pub fn security_group_reference_set(self, input: SecurityGroupReference) -> Self
Appends an item to security_group_reference_set.
To override the contents of this collection use set_security_group_reference_set.
Information about the VPCs with the referencing security groups.
sourcepub fn set_security_group_reference_set(
self,
input: Option<Vec<SecurityGroupReference>>
) -> Self
pub fn set_security_group_reference_set( self, input: Option<Vec<SecurityGroupReference>> ) -> Self
Information about the VPCs with the referencing security groups.
sourcepub fn get_security_group_reference_set(
&self
) -> &Option<Vec<SecurityGroupReference>>
pub fn get_security_group_reference_set( &self ) -> &Option<Vec<SecurityGroupReference>>
Information about the VPCs with the referencing security groups.
sourcepub fn build(self) -> DescribeSecurityGroupReferencesOutput
pub fn build(self) -> DescribeSecurityGroupReferencesOutput
Consumes the builder and constructs a DescribeSecurityGroupReferencesOutput.
Trait Implementations§
source§impl Clone for DescribeSecurityGroupReferencesOutputBuilder
impl Clone for DescribeSecurityGroupReferencesOutputBuilder
source§fn clone(&self) -> DescribeSecurityGroupReferencesOutputBuilder
fn clone(&self) -> DescribeSecurityGroupReferencesOutputBuilder
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 DescribeSecurityGroupReferencesOutputBuilder
impl Default for DescribeSecurityGroupReferencesOutputBuilder
source§fn default() -> DescribeSecurityGroupReferencesOutputBuilder
fn default() -> DescribeSecurityGroupReferencesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeSecurityGroupReferencesOutputBuilder
impl PartialEq for DescribeSecurityGroupReferencesOutputBuilder
source§fn eq(&self, other: &DescribeSecurityGroupReferencesOutputBuilder) -> bool
fn eq(&self, other: &DescribeSecurityGroupReferencesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeSecurityGroupReferencesOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeSecurityGroupReferencesOutputBuilder
impl RefUnwindSafe for DescribeSecurityGroupReferencesOutputBuilder
impl Send for DescribeSecurityGroupReferencesOutputBuilder
impl Sync for DescribeSecurityGroupReferencesOutputBuilder
impl Unpin for DescribeSecurityGroupReferencesOutputBuilder
impl UnwindSafe for DescribeSecurityGroupReferencesOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.