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