#[non_exhaustive]pub struct ApplySchemaOutputBuilder { /* private fields */ }Expand description
A builder for ApplySchemaOutput.
Implementations§
source§impl ApplySchemaOutputBuilder
impl ApplySchemaOutputBuilder
sourcepub fn applied_schema_arn(self, input: impl Into<String>) -> Self
pub fn applied_schema_arn(self, input: impl Into<String>) -> Self
The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.
sourcepub fn set_applied_schema_arn(self, input: Option<String>) -> Self
pub fn set_applied_schema_arn(self, input: Option<String>) -> Self
The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.
sourcepub fn get_applied_schema_arn(&self) -> &Option<String>
pub fn get_applied_schema_arn(&self) -> &Option<String>
The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.
sourcepub fn directory_arn(self, input: impl Into<String>) -> Self
pub fn directory_arn(self, input: impl Into<String>) -> Self
The ARN that is associated with the Directory. For more information, see arns.
sourcepub fn set_directory_arn(self, input: Option<String>) -> Self
pub fn set_directory_arn(self, input: Option<String>) -> Self
The ARN that is associated with the Directory. For more information, see arns.
sourcepub fn get_directory_arn(&self) -> &Option<String>
pub fn get_directory_arn(&self) -> &Option<String>
The ARN that is associated with the Directory. For more information, see arns.
sourcepub fn build(self) -> ApplySchemaOutput
pub fn build(self) -> ApplySchemaOutput
Consumes the builder and constructs a ApplySchemaOutput.
Trait Implementations§
source§impl Clone for ApplySchemaOutputBuilder
impl Clone for ApplySchemaOutputBuilder
source§fn clone(&self) -> ApplySchemaOutputBuilder
fn clone(&self) -> ApplySchemaOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ApplySchemaOutputBuilder
impl Debug for ApplySchemaOutputBuilder
source§impl Default for ApplySchemaOutputBuilder
impl Default for ApplySchemaOutputBuilder
source§fn default() -> ApplySchemaOutputBuilder
fn default() -> ApplySchemaOutputBuilder
source§impl PartialEq for ApplySchemaOutputBuilder
impl PartialEq for ApplySchemaOutputBuilder
source§fn eq(&self, other: &ApplySchemaOutputBuilder) -> bool
fn eq(&self, other: &ApplySchemaOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.