Struct aws_sdk_glue::operation::get_schema::builders::GetSchemaInputBuilder
source · #[non_exhaustive]pub struct GetSchemaInputBuilder { /* private fields */ }Expand description
A builder for GetSchemaInput.
Implementations§
source§impl GetSchemaInputBuilder
impl GetSchemaInputBuilder
sourcepub fn schema_id(self, input: SchemaId) -> Self
pub fn schema_id(self, input: SchemaId) -> Self
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided.
sourcepub fn set_schema_id(self, input: Option<SchemaId>) -> Self
pub fn set_schema_id(self, input: Option<SchemaId>) -> Self
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided.
sourcepub fn get_schema_id(&self) -> &Option<SchemaId>
pub fn get_schema_id(&self) -> &Option<SchemaId>
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided.
sourcepub fn build(self) -> Result<GetSchemaInput, BuildError>
pub fn build(self) -> Result<GetSchemaInput, BuildError>
Consumes the builder and constructs a GetSchemaInput.
source§impl GetSchemaInputBuilder
impl GetSchemaInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetSchemaOutput, SdkError<GetSchemaError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetSchemaOutput, SdkError<GetSchemaError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetSchemaInputBuilder
impl Clone for GetSchemaInputBuilder
source§fn clone(&self) -> GetSchemaInputBuilder
fn clone(&self) -> GetSchemaInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetSchemaInputBuilder
impl Debug for GetSchemaInputBuilder
source§impl Default for GetSchemaInputBuilder
impl Default for GetSchemaInputBuilder
source§fn default() -> GetSchemaInputBuilder
fn default() -> GetSchemaInputBuilder
source§impl PartialEq for GetSchemaInputBuilder
impl PartialEq for GetSchemaInputBuilder
source§fn eq(&self, other: &GetSchemaInputBuilder) -> bool
fn eq(&self, other: &GetSchemaInputBuilder) -> bool
self and other values to be equal, and is used
by ==.