#[non_exhaustive]pub struct CheckSchemaVersionValidityInput { /* private fields */ }Implementations§
source§impl CheckSchemaVersionValidityInput
impl CheckSchemaVersionValidityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CheckSchemaVersionValidity, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CheckSchemaVersionValidity, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CheckSchemaVersionValidity>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CheckSchemaVersionValidityInput.
source§impl CheckSchemaVersionValidityInput
impl CheckSchemaVersionValidityInput
sourcepub fn data_format(&self) -> Option<&DataFormat>
pub fn data_format(&self) -> Option<&DataFormat>
The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
sourcepub fn schema_definition(&self) -> Option<&str>
pub fn schema_definition(&self) -> Option<&str>
The definition of the schema that has to be validated.
Trait Implementations§
source§impl Clone for CheckSchemaVersionValidityInput
impl Clone for CheckSchemaVersionValidityInput
source§fn clone(&self) -> CheckSchemaVersionValidityInput
fn clone(&self) -> CheckSchemaVersionValidityInput
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 PartialEq<CheckSchemaVersionValidityInput> for CheckSchemaVersionValidityInput
impl PartialEq<CheckSchemaVersionValidityInput> for CheckSchemaVersionValidityInput
source§fn eq(&self, other: &CheckSchemaVersionValidityInput) -> bool
fn eq(&self, other: &CheckSchemaVersionValidityInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.