Struct aws_sdk_glue::input::UpdateClassifierInput
source · #[non_exhaustive]pub struct UpdateClassifierInput { /* private fields */ }Implementations§
source§impl UpdateClassifierInput
impl UpdateClassifierInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateClassifier, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateClassifier, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateClassifier>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateClassifierInput.
source§impl UpdateClassifierInput
impl UpdateClassifierInput
sourcepub fn grok_classifier(&self) -> Option<&UpdateGrokClassifierRequest>
pub fn grok_classifier(&self) -> Option<&UpdateGrokClassifierRequest>
A GrokClassifier object with updated fields.
sourcepub fn xml_classifier(&self) -> Option<&UpdateXmlClassifierRequest>
pub fn xml_classifier(&self) -> Option<&UpdateXmlClassifierRequest>
An XMLClassifier object with updated fields.
sourcepub fn json_classifier(&self) -> Option<&UpdateJsonClassifierRequest>
pub fn json_classifier(&self) -> Option<&UpdateJsonClassifierRequest>
A JsonClassifier object with updated fields.
sourcepub fn csv_classifier(&self) -> Option<&UpdateCsvClassifierRequest>
pub fn csv_classifier(&self) -> Option<&UpdateCsvClassifierRequest>
A CsvClassifier object with updated fields.
Trait Implementations§
source§impl Clone for UpdateClassifierInput
impl Clone for UpdateClassifierInput
source§fn clone(&self) -> UpdateClassifierInput
fn clone(&self) -> UpdateClassifierInput
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 Debug for UpdateClassifierInput
impl Debug for UpdateClassifierInput
source§impl PartialEq<UpdateClassifierInput> for UpdateClassifierInput
impl PartialEq<UpdateClassifierInput> for UpdateClassifierInput
source§fn eq(&self, other: &UpdateClassifierInput) -> bool
fn eq(&self, other: &UpdateClassifierInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.