Struct aws_sdk_clouddirectory::operation::update_object_attributes::builders::UpdateObjectAttributesOutputBuilder
source · #[non_exhaustive]pub struct UpdateObjectAttributesOutputBuilder { /* private fields */ }Expand description
A builder for UpdateObjectAttributesOutput.
Implementations§
source§impl UpdateObjectAttributesOutputBuilder
impl UpdateObjectAttributesOutputBuilder
sourcepub fn object_identifier(self, input: impl Into<String>) -> Self
pub fn object_identifier(self, input: impl Into<String>) -> Self
The ObjectIdentifier of the updated object.
sourcepub fn set_object_identifier(self, input: Option<String>) -> Self
pub fn set_object_identifier(self, input: Option<String>) -> Self
The ObjectIdentifier of the updated object.
sourcepub fn get_object_identifier(&self) -> &Option<String>
pub fn get_object_identifier(&self) -> &Option<String>
The ObjectIdentifier of the updated object.
sourcepub fn build(self) -> UpdateObjectAttributesOutput
pub fn build(self) -> UpdateObjectAttributesOutput
Consumes the builder and constructs a UpdateObjectAttributesOutput.
Trait Implementations§
source§impl Clone for UpdateObjectAttributesOutputBuilder
impl Clone for UpdateObjectAttributesOutputBuilder
source§fn clone(&self) -> UpdateObjectAttributesOutputBuilder
fn clone(&self) -> UpdateObjectAttributesOutputBuilder
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 UpdateObjectAttributesOutputBuilder
impl Default for UpdateObjectAttributesOutputBuilder
source§fn default() -> UpdateObjectAttributesOutputBuilder
fn default() -> UpdateObjectAttributesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateObjectAttributesOutputBuilder
impl PartialEq for UpdateObjectAttributesOutputBuilder
source§fn eq(&self, other: &UpdateObjectAttributesOutputBuilder) -> bool
fn eq(&self, other: &UpdateObjectAttributesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateObjectAttributesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateObjectAttributesOutputBuilder
impl Send for UpdateObjectAttributesOutputBuilder
impl Sync for UpdateObjectAttributesOutputBuilder
impl Unpin for UpdateObjectAttributesOutputBuilder
impl UnwindSafe for UpdateObjectAttributesOutputBuilder
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.