Struct aws_sdk_athena::input::GetDatabaseInput
source · #[non_exhaustive]pub struct GetDatabaseInput { /* private fields */ }
Implementations§
source§impl GetDatabaseInput
impl GetDatabaseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDatabase, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetDatabase, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDatabase
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDatabaseInput
.
source§impl GetDatabaseInput
impl GetDatabaseInput
sourcepub fn catalog_name(&self) -> Option<&str>
pub fn catalog_name(&self) -> Option<&str>
The name of the data catalog that contains the database to return.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the database to return.
Trait Implementations§
source§impl Clone for GetDatabaseInput
impl Clone for GetDatabaseInput
source§fn clone(&self) -> GetDatabaseInput
fn clone(&self) -> GetDatabaseInput
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 GetDatabaseInput
impl Debug for GetDatabaseInput
source§impl PartialEq<GetDatabaseInput> for GetDatabaseInput
impl PartialEq<GetDatabaseInput> for GetDatabaseInput
source§fn eq(&self, other: &GetDatabaseInput) -> bool
fn eq(&self, other: &GetDatabaseInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.