#[non_exhaustive]pub struct DescribeSchemaOutputBuilder { /* private fields */ }Expand description
A builder for DescribeSchemaOutput.
Implementations§
source§impl DescribeSchemaOutputBuilder
impl DescribeSchemaOutputBuilder
sourcepub fn set_content(self, input: Option<String>) -> Self
pub fn set_content(self, input: Option<String>) -> Self
The source of the schema definition.
sourcepub fn get_content(&self) -> &Option<String>
pub fn get_content(&self) -> &Option<String>
The source of the schema definition.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the schema.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the schema.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the schema.
sourcepub fn last_modified(self, input: DateTime) -> Self
pub fn last_modified(self, input: DateTime) -> Self
The date and time that schema was modified.
sourcepub fn set_last_modified(self, input: Option<DateTime>) -> Self
pub fn set_last_modified(self, input: Option<DateTime>) -> Self
The date and time that schema was modified.
sourcepub fn get_last_modified(&self) -> &Option<DateTime>
pub fn get_last_modified(&self) -> &Option<DateTime>
The date and time that schema was modified.
sourcepub fn schema_arn(self, input: impl Into<String>) -> Self
pub fn schema_arn(self, input: impl Into<String>) -> Self
The ARN of the schema.
sourcepub fn set_schema_arn(self, input: Option<String>) -> Self
pub fn set_schema_arn(self, input: Option<String>) -> Self
The ARN of the schema.
sourcepub fn get_schema_arn(&self) -> &Option<String>
pub fn get_schema_arn(&self) -> &Option<String>
The ARN of the schema.
sourcepub fn schema_name(self, input: impl Into<String>) -> Self
pub fn schema_name(self, input: impl Into<String>) -> Self
The name of the schema.
sourcepub fn set_schema_name(self, input: Option<String>) -> Self
pub fn set_schema_name(self, input: Option<String>) -> Self
The name of the schema.
sourcepub fn get_schema_name(&self) -> &Option<String>
pub fn get_schema_name(&self) -> &Option<String>
The name of the schema.
sourcepub fn schema_version(self, input: impl Into<String>) -> Self
pub fn schema_version(self, input: impl Into<String>) -> Self
The version number of the schema
sourcepub fn set_schema_version(self, input: Option<String>) -> Self
pub fn set_schema_version(self, input: Option<String>) -> Self
The version number of the schema
sourcepub fn get_schema_version(&self) -> &Option<String>
pub fn get_schema_version(&self) -> &Option<String>
The version number of the schema
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
Tags associated with the resource.
Tags associated with the resource.
Tags associated with the resource.
sourcepub fn version_created_date(self, input: DateTime) -> Self
pub fn version_created_date(self, input: DateTime) -> Self
The date the schema version was created.
sourcepub fn set_version_created_date(self, input: Option<DateTime>) -> Self
pub fn set_version_created_date(self, input: Option<DateTime>) -> Self
The date the schema version was created.
sourcepub fn get_version_created_date(&self) -> &Option<DateTime>
pub fn get_version_created_date(&self) -> &Option<DateTime>
The date the schema version was created.
sourcepub fn build(self) -> DescribeSchemaOutput
pub fn build(self) -> DescribeSchemaOutput
Consumes the builder and constructs a DescribeSchemaOutput.
Trait Implementations§
source§impl Clone for DescribeSchemaOutputBuilder
impl Clone for DescribeSchemaOutputBuilder
source§fn clone(&self) -> DescribeSchemaOutputBuilder
fn clone(&self) -> DescribeSchemaOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeSchemaOutputBuilder
impl Debug for DescribeSchemaOutputBuilder
source§impl Default for DescribeSchemaOutputBuilder
impl Default for DescribeSchemaOutputBuilder
source§fn default() -> DescribeSchemaOutputBuilder
fn default() -> DescribeSchemaOutputBuilder
source§impl PartialEq for DescribeSchemaOutputBuilder
impl PartialEq for DescribeSchemaOutputBuilder
source§fn eq(&self, other: &DescribeSchemaOutputBuilder) -> bool
fn eq(&self, other: &DescribeSchemaOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.