Struct aws_sdk_clouddirectory::operation::get_applied_schema_version::builders::GetAppliedSchemaVersionOutputBuilder
source · #[non_exhaustive]pub struct GetAppliedSchemaVersionOutputBuilder { /* private fields */ }Expand description
A builder for GetAppliedSchemaVersionOutput.
Implementations§
source§impl GetAppliedSchemaVersionOutputBuilder
impl GetAppliedSchemaVersionOutputBuilder
sourcepub fn applied_schema_arn(self, input: impl Into<String>) -> Self
pub fn applied_schema_arn(self, input: impl Into<String>) -> Self
Current applied schema ARN, including the minor version in use if one was provided.
sourcepub fn set_applied_schema_arn(self, input: Option<String>) -> Self
pub fn set_applied_schema_arn(self, input: Option<String>) -> Self
Current applied schema ARN, including the minor version in use if one was provided.
sourcepub fn get_applied_schema_arn(&self) -> &Option<String>
pub fn get_applied_schema_arn(&self) -> &Option<String>
Current applied schema ARN, including the minor version in use if one was provided.
sourcepub fn build(self) -> GetAppliedSchemaVersionOutput
pub fn build(self) -> GetAppliedSchemaVersionOutput
Consumes the builder and constructs a GetAppliedSchemaVersionOutput.
Trait Implementations§
source§impl Clone for GetAppliedSchemaVersionOutputBuilder
impl Clone for GetAppliedSchemaVersionOutputBuilder
source§fn clone(&self) -> GetAppliedSchemaVersionOutputBuilder
fn clone(&self) -> GetAppliedSchemaVersionOutputBuilder
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 GetAppliedSchemaVersionOutputBuilder
impl Default for GetAppliedSchemaVersionOutputBuilder
source§fn default() -> GetAppliedSchemaVersionOutputBuilder
fn default() -> GetAppliedSchemaVersionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetAppliedSchemaVersionOutputBuilder
impl PartialEq for GetAppliedSchemaVersionOutputBuilder
source§fn eq(&self, other: &GetAppliedSchemaVersionOutputBuilder) -> bool
fn eq(&self, other: &GetAppliedSchemaVersionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetAppliedSchemaVersionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetAppliedSchemaVersionOutputBuilder
impl Send for GetAppliedSchemaVersionOutputBuilder
impl Sync for GetAppliedSchemaVersionOutputBuilder
impl Unpin for GetAppliedSchemaVersionOutputBuilder
impl UnwindSafe for GetAppliedSchemaVersionOutputBuilder
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.