Struct aws_sdk_clouddirectory::operation::upgrade_applied_schema::builders::UpgradeAppliedSchemaOutputBuilder
source · #[non_exhaustive]pub struct UpgradeAppliedSchemaOutputBuilder { /* private fields */ }Expand description
A builder for UpgradeAppliedSchemaOutput.
Implementations§
source§impl UpgradeAppliedSchemaOutputBuilder
impl UpgradeAppliedSchemaOutputBuilder
sourcepub fn upgraded_schema_arn(self, input: impl Into<String>) -> Self
pub fn upgraded_schema_arn(self, input: impl Into<String>) -> Self
The ARN of the upgraded schema that is returned as part of the response.
sourcepub fn set_upgraded_schema_arn(self, input: Option<String>) -> Self
pub fn set_upgraded_schema_arn(self, input: Option<String>) -> Self
The ARN of the upgraded schema that is returned as part of the response.
sourcepub fn get_upgraded_schema_arn(&self) -> &Option<String>
pub fn get_upgraded_schema_arn(&self) -> &Option<String>
The ARN of the upgraded schema that is returned as part of the response.
sourcepub fn directory_arn(self, input: impl Into<String>) -> Self
pub fn directory_arn(self, input: impl Into<String>) -> Self
The ARN of the directory that is returned as part of the response.
sourcepub fn set_directory_arn(self, input: Option<String>) -> Self
pub fn set_directory_arn(self, input: Option<String>) -> Self
The ARN of the directory that is returned as part of the response.
sourcepub fn get_directory_arn(&self) -> &Option<String>
pub fn get_directory_arn(&self) -> &Option<String>
The ARN of the directory that is returned as part of the response.
sourcepub fn build(self) -> UpgradeAppliedSchemaOutput
pub fn build(self) -> UpgradeAppliedSchemaOutput
Consumes the builder and constructs a UpgradeAppliedSchemaOutput.
Trait Implementations§
source§impl Clone for UpgradeAppliedSchemaOutputBuilder
impl Clone for UpgradeAppliedSchemaOutputBuilder
source§fn clone(&self) -> UpgradeAppliedSchemaOutputBuilder
fn clone(&self) -> UpgradeAppliedSchemaOutputBuilder
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 UpgradeAppliedSchemaOutputBuilder
impl Default for UpgradeAppliedSchemaOutputBuilder
source§fn default() -> UpgradeAppliedSchemaOutputBuilder
fn default() -> UpgradeAppliedSchemaOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpgradeAppliedSchemaOutputBuilder
impl PartialEq for UpgradeAppliedSchemaOutputBuilder
source§fn eq(&self, other: &UpgradeAppliedSchemaOutputBuilder) -> bool
fn eq(&self, other: &UpgradeAppliedSchemaOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpgradeAppliedSchemaOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpgradeAppliedSchemaOutputBuilder
impl Send for UpgradeAppliedSchemaOutputBuilder
impl Sync for UpgradeAppliedSchemaOutputBuilder
impl Unpin for UpgradeAppliedSchemaOutputBuilder
impl UnwindSafe for UpgradeAppliedSchemaOutputBuilder
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.