#[non_exhaustive]pub struct AwsRdsDbSecurityGroupIpRangeBuilder { /* private fields */ }
Expand description
A builder for AwsRdsDbSecurityGroupIpRange
.
Implementations§
source§impl AwsRdsDbSecurityGroupIpRangeBuilder
impl AwsRdsDbSecurityGroupIpRangeBuilder
sourcepub fn set_cidr_ip(self, input: Option<String>) -> Self
pub fn set_cidr_ip(self, input: Option<String>) -> Self
Specifies the IP range.
sourcepub fn get_cidr_ip(&self) -> &Option<String>
pub fn get_cidr_ip(&self) -> &Option<String>
Specifies the IP range.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
Specifies the status of the IP range.
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
Specifies the status of the IP range.
sourcepub fn build(self) -> AwsRdsDbSecurityGroupIpRange
pub fn build(self) -> AwsRdsDbSecurityGroupIpRange
Consumes the builder and constructs a AwsRdsDbSecurityGroupIpRange
.
Trait Implementations§
source§impl Clone for AwsRdsDbSecurityGroupIpRangeBuilder
impl Clone for AwsRdsDbSecurityGroupIpRangeBuilder
source§fn clone(&self) -> AwsRdsDbSecurityGroupIpRangeBuilder
fn clone(&self) -> AwsRdsDbSecurityGroupIpRangeBuilder
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 AwsRdsDbSecurityGroupIpRangeBuilder
impl Default for AwsRdsDbSecurityGroupIpRangeBuilder
source§fn default() -> AwsRdsDbSecurityGroupIpRangeBuilder
fn default() -> AwsRdsDbSecurityGroupIpRangeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsRdsDbSecurityGroupIpRangeBuilder
impl PartialEq for AwsRdsDbSecurityGroupIpRangeBuilder
source§fn eq(&self, other: &AwsRdsDbSecurityGroupIpRangeBuilder) -> bool
fn eq(&self, other: &AwsRdsDbSecurityGroupIpRangeBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsRdsDbSecurityGroupIpRangeBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsRdsDbSecurityGroupIpRangeBuilder
impl Send for AwsRdsDbSecurityGroupIpRangeBuilder
impl Sync for AwsRdsDbSecurityGroupIpRangeBuilder
impl Unpin for AwsRdsDbSecurityGroupIpRangeBuilder
impl UnwindSafe for AwsRdsDbSecurityGroupIpRangeBuilder
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.