Struct aws_sdk_glue::operation::delete_schema_versions::builders::DeleteSchemaVersionsOutputBuilder
source · #[non_exhaustive]pub struct DeleteSchemaVersionsOutputBuilder { /* private fields */ }Expand description
A builder for DeleteSchemaVersionsOutput.
Implementations§
source§impl DeleteSchemaVersionsOutputBuilder
impl DeleteSchemaVersionsOutputBuilder
sourcepub fn schema_version_errors(self, input: SchemaVersionErrorItem) -> Self
pub fn schema_version_errors(self, input: SchemaVersionErrorItem) -> Self
Appends an item to schema_version_errors.
To override the contents of this collection use set_schema_version_errors.
A list of SchemaVersionErrorItem objects, each containing an error and schema version.
sourcepub fn set_schema_version_errors(
self,
input: Option<Vec<SchemaVersionErrorItem>>
) -> Self
pub fn set_schema_version_errors( self, input: Option<Vec<SchemaVersionErrorItem>> ) -> Self
A list of SchemaVersionErrorItem objects, each containing an error and schema version.
sourcepub fn get_schema_version_errors(&self) -> &Option<Vec<SchemaVersionErrorItem>>
pub fn get_schema_version_errors(&self) -> &Option<Vec<SchemaVersionErrorItem>>
A list of SchemaVersionErrorItem objects, each containing an error and schema version.
sourcepub fn build(self) -> DeleteSchemaVersionsOutput
pub fn build(self) -> DeleteSchemaVersionsOutput
Consumes the builder and constructs a DeleteSchemaVersionsOutput.
Trait Implementations§
source§impl Clone for DeleteSchemaVersionsOutputBuilder
impl Clone for DeleteSchemaVersionsOutputBuilder
source§fn clone(&self) -> DeleteSchemaVersionsOutputBuilder
fn clone(&self) -> DeleteSchemaVersionsOutputBuilder
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 DeleteSchemaVersionsOutputBuilder
impl Default for DeleteSchemaVersionsOutputBuilder
source§fn default() -> DeleteSchemaVersionsOutputBuilder
fn default() -> DeleteSchemaVersionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteSchemaVersionsOutputBuilder
impl PartialEq for DeleteSchemaVersionsOutputBuilder
source§fn eq(&self, other: &DeleteSchemaVersionsOutputBuilder) -> bool
fn eq(&self, other: &DeleteSchemaVersionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteSchemaVersionsOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteSchemaVersionsOutputBuilder
impl RefUnwindSafe for DeleteSchemaVersionsOutputBuilder
impl Send for DeleteSchemaVersionsOutputBuilder
impl Sync for DeleteSchemaVersionsOutputBuilder
impl Unpin for DeleteSchemaVersionsOutputBuilder
impl UnwindSafe for DeleteSchemaVersionsOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.