Struct aws_sdk_athena::output::CreateNamedQueryOutput
source · #[non_exhaustive]pub struct CreateNamedQueryOutput { /* private fields */ }
Implementations§
source§impl CreateNamedQueryOutput
impl CreateNamedQueryOutput
sourcepub fn named_query_id(&self) -> Option<&str>
pub fn named_query_id(&self) -> Option<&str>
The unique ID of the query.
source§impl CreateNamedQueryOutput
impl CreateNamedQueryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNamedQueryOutput
.
Trait Implementations§
source§impl Clone for CreateNamedQueryOutput
impl Clone for CreateNamedQueryOutput
source§fn clone(&self) -> CreateNamedQueryOutput
fn clone(&self) -> CreateNamedQueryOutput
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 CreateNamedQueryOutput
impl Debug for CreateNamedQueryOutput
source§impl PartialEq<CreateNamedQueryOutput> for CreateNamedQueryOutput
impl PartialEq<CreateNamedQueryOutput> for CreateNamedQueryOutput
source§fn eq(&self, other: &CreateNamedQueryOutput) -> bool
fn eq(&self, other: &CreateNamedQueryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.