#[non_exhaustive]pub struct GetSettingsInputBuilder { /* private fields */ }
Expand description
A builder for GetSettingsInput
.
Implementations§
source§impl GetSettingsInputBuilder
impl GetSettingsInputBuilder
sourcepub fn attribute(self, input: SettingAttribute) -> Self
pub fn attribute(self, input: SettingAttribute) -> Self
The list of setting attribute enum values.
This field is required.sourcepub fn set_attribute(self, input: Option<SettingAttribute>) -> Self
pub fn set_attribute(self, input: Option<SettingAttribute>) -> Self
The list of setting attribute enum values.
sourcepub fn get_attribute(&self) -> &Option<SettingAttribute>
pub fn get_attribute(&self) -> &Option<SettingAttribute>
The list of setting attribute enum values.
sourcepub fn build(self) -> Result<GetSettingsInput, BuildError>
pub fn build(self) -> Result<GetSettingsInput, BuildError>
Consumes the builder and constructs a GetSettingsInput
.
source§impl GetSettingsInputBuilder
impl GetSettingsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetSettingsOutput, SdkError<GetSettingsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetSettingsOutput, SdkError<GetSettingsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetSettingsInputBuilder
impl Clone for GetSettingsInputBuilder
source§fn clone(&self) -> GetSettingsInputBuilder
fn clone(&self) -> GetSettingsInputBuilder
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 GetSettingsInputBuilder
impl Debug for GetSettingsInputBuilder
source§impl Default for GetSettingsInputBuilder
impl Default for GetSettingsInputBuilder
source§fn default() -> GetSettingsInputBuilder
fn default() -> GetSettingsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetSettingsInputBuilder
impl PartialEq for GetSettingsInputBuilder
source§fn eq(&self, other: &GetSettingsInputBuilder) -> bool
fn eq(&self, other: &GetSettingsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetSettingsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetSettingsInputBuilder
impl Send for GetSettingsInputBuilder
impl Sync for GetSettingsInputBuilder
impl Unpin for GetSettingsInputBuilder
impl UnwindSafe for GetSettingsInputBuilder
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.