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