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