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 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<GetServiceSettingOutputBuilder> for GetServiceSettingOutputBuilder
impl PartialEq<GetServiceSettingOutputBuilder> 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 ==.