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