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