#[non_exhaustive]pub struct ListKeyGroupsOutputBuilder { /* private fields */ }
Expand description
A builder for ListKeyGroupsOutput
.
Implementations§
source§impl ListKeyGroupsOutputBuilder
impl ListKeyGroupsOutputBuilder
sourcepub fn key_group_list(self, input: KeyGroupList) -> Self
pub fn key_group_list(self, input: KeyGroupList) -> Self
A list of key groups.
sourcepub fn set_key_group_list(self, input: Option<KeyGroupList>) -> Self
pub fn set_key_group_list(self, input: Option<KeyGroupList>) -> Self
A list of key groups.
sourcepub fn get_key_group_list(&self) -> &Option<KeyGroupList>
pub fn get_key_group_list(&self) -> &Option<KeyGroupList>
A list of key groups.
sourcepub fn build(self) -> ListKeyGroupsOutput
pub fn build(self) -> ListKeyGroupsOutput
Consumes the builder and constructs a ListKeyGroupsOutput
.
Trait Implementations§
source§impl Clone for ListKeyGroupsOutputBuilder
impl Clone for ListKeyGroupsOutputBuilder
source§fn clone(&self) -> ListKeyGroupsOutputBuilder
fn clone(&self) -> ListKeyGroupsOutputBuilder
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 ListKeyGroupsOutputBuilder
impl Debug for ListKeyGroupsOutputBuilder
source§impl Default for ListKeyGroupsOutputBuilder
impl Default for ListKeyGroupsOutputBuilder
source§fn default() -> ListKeyGroupsOutputBuilder
fn default() -> ListKeyGroupsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListKeyGroupsOutputBuilder
impl PartialEq for ListKeyGroupsOutputBuilder
source§fn eq(&self, other: &ListKeyGroupsOutputBuilder) -> bool
fn eq(&self, other: &ListKeyGroupsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListKeyGroupsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListKeyGroupsOutputBuilder
impl Send for ListKeyGroupsOutputBuilder
impl Sync for ListKeyGroupsOutputBuilder
impl Unpin for ListKeyGroupsOutputBuilder
impl UnwindSafe for ListKeyGroupsOutputBuilder
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.