Struct aws_sdk_ssm::operation::get_service_setting::builders::GetServiceSettingOutputBuilder
source · #[non_exhaustive]pub struct GetServiceSettingOutputBuilder { /* private fields */ }
Expand description
A builder for GetServiceSettingOutput
.
Implementations§
source§impl GetServiceSettingOutputBuilder
impl GetServiceSettingOutputBuilder
sourcepub fn service_setting(self, input: ServiceSetting) -> Self
pub fn service_setting(self, input: ServiceSetting) -> Self
The query result of the current service setting.
sourcepub fn set_service_setting(self, input: Option<ServiceSetting>) -> Self
pub fn set_service_setting(self, input: Option<ServiceSetting>) -> Self
The query result of the current service setting.
sourcepub fn get_service_setting(&self) -> &Option<ServiceSetting>
pub fn get_service_setting(&self) -> &Option<ServiceSetting>
The query result of the current service setting.
sourcepub fn build(self) -> GetServiceSettingOutput
pub fn build(self) -> GetServiceSettingOutput
Consumes the builder and constructs a GetServiceSettingOutput
.
Trait Implementations§
source§impl Clone for GetServiceSettingOutputBuilder
impl Clone for GetServiceSettingOutputBuilder
source§fn clone(&self) -> GetServiceSettingOutputBuilder
fn clone(&self) -> GetServiceSettingOutputBuilder
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 GetServiceSettingOutputBuilder
impl Default for GetServiceSettingOutputBuilder
source§fn default() -> GetServiceSettingOutputBuilder
fn default() -> GetServiceSettingOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetServiceSettingOutputBuilder
impl PartialEq for GetServiceSettingOutputBuilder
source§fn eq(&self, other: &GetServiceSettingOutputBuilder) -> bool
fn eq(&self, other: &GetServiceSettingOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetServiceSettingOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetServiceSettingOutputBuilder
impl Send for GetServiceSettingOutputBuilder
impl Sync for GetServiceSettingOutputBuilder
impl Unpin for GetServiceSettingOutputBuilder
impl UnwindSafe for GetServiceSettingOutputBuilder
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.