Struct aws_sdk_glue::input::ImportCatalogToGlueInput
source · #[non_exhaustive]pub struct ImportCatalogToGlueInput { /* private fields */ }Implementations§
source§impl ImportCatalogToGlueInput
impl ImportCatalogToGlueInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportCatalogToGlue, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportCatalogToGlue, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportCatalogToGlue>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportCatalogToGlueInput.
source§impl ImportCatalogToGlueInput
impl ImportCatalogToGlueInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.
Trait Implementations§
source§impl Clone for ImportCatalogToGlueInput
impl Clone for ImportCatalogToGlueInput
source§fn clone(&self) -> ImportCatalogToGlueInput
fn clone(&self) -> ImportCatalogToGlueInput
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 ImportCatalogToGlueInput
impl Debug for ImportCatalogToGlueInput
source§impl PartialEq<ImportCatalogToGlueInput> for ImportCatalogToGlueInput
impl PartialEq<ImportCatalogToGlueInput> for ImportCatalogToGlueInput
source§fn eq(&self, other: &ImportCatalogToGlueInput) -> bool
fn eq(&self, other: &ImportCatalogToGlueInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.