Struct aws_sdk_dax::types::builders::SecurityGroupMembershipBuilder
source · #[non_exhaustive]pub struct SecurityGroupMembershipBuilder { /* private fields */ }
Expand description
A builder for SecurityGroupMembership
.
Implementations§
source§impl SecurityGroupMembershipBuilder
impl SecurityGroupMembershipBuilder
sourcepub fn security_group_identifier(self, input: impl Into<String>) -> Self
pub fn security_group_identifier(self, input: impl Into<String>) -> Self
The unique ID for this security group.
sourcepub fn set_security_group_identifier(self, input: Option<String>) -> Self
pub fn set_security_group_identifier(self, input: Option<String>) -> Self
The unique ID for this security group.
sourcepub fn get_security_group_identifier(&self) -> &Option<String>
pub fn get_security_group_identifier(&self) -> &Option<String>
The unique ID for this security group.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of this security group.
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
The status of this security group.
sourcepub fn build(self) -> SecurityGroupMembership
pub fn build(self) -> SecurityGroupMembership
Consumes the builder and constructs a SecurityGroupMembership
.
Trait Implementations§
source§impl Clone for SecurityGroupMembershipBuilder
impl Clone for SecurityGroupMembershipBuilder
source§fn clone(&self) -> SecurityGroupMembershipBuilder
fn clone(&self) -> SecurityGroupMembershipBuilder
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 SecurityGroupMembershipBuilder
impl Default for SecurityGroupMembershipBuilder
source§fn default() -> SecurityGroupMembershipBuilder
fn default() -> SecurityGroupMembershipBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SecurityGroupMembershipBuilder
impl PartialEq for SecurityGroupMembershipBuilder
source§fn eq(&self, other: &SecurityGroupMembershipBuilder) -> bool
fn eq(&self, other: &SecurityGroupMembershipBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SecurityGroupMembershipBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SecurityGroupMembershipBuilder
impl Send for SecurityGroupMembershipBuilder
impl Sync for SecurityGroupMembershipBuilder
impl Unpin for SecurityGroupMembershipBuilder
impl UnwindSafe for SecurityGroupMembershipBuilder
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.