Struct aws_sdk_ssm::operation::update_service_setting::builders::UpdateServiceSettingOutputBuilder
source · #[non_exhaustive]pub struct UpdateServiceSettingOutputBuilder { /* private fields */ }Expand description
A builder for UpdateServiceSettingOutput.
Implementations§
source§impl UpdateServiceSettingOutputBuilder
impl UpdateServiceSettingOutputBuilder
sourcepub fn build(self) -> UpdateServiceSettingOutput
pub fn build(self) -> UpdateServiceSettingOutput
Consumes the builder and constructs a UpdateServiceSettingOutput.
Trait Implementations§
source§impl Clone for UpdateServiceSettingOutputBuilder
impl Clone for UpdateServiceSettingOutputBuilder
source§fn clone(&self) -> UpdateServiceSettingOutputBuilder
fn clone(&self) -> UpdateServiceSettingOutputBuilder
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 UpdateServiceSettingOutputBuilder
impl Default for UpdateServiceSettingOutputBuilder
source§fn default() -> UpdateServiceSettingOutputBuilder
fn default() -> UpdateServiceSettingOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateServiceSettingOutputBuilder> for UpdateServiceSettingOutputBuilder
impl PartialEq<UpdateServiceSettingOutputBuilder> for UpdateServiceSettingOutputBuilder
source§fn eq(&self, other: &UpdateServiceSettingOutputBuilder) -> bool
fn eq(&self, other: &UpdateServiceSettingOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.