Struct aws_sdk_config::input::GetStoredQueryInput
source · [−]#[non_exhaustive]pub struct GetStoredQueryInput { /* private fields */ }Implementations
sourceimpl GetStoredQueryInput
impl GetStoredQueryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStoredQuery, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStoredQuery, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetStoredQuery>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetStoredQueryInput.
sourceimpl GetStoredQueryInput
impl GetStoredQueryInput
sourcepub fn query_name(&self) -> Option<&str>
pub fn query_name(&self) -> Option<&str>
The name of the query.
Trait Implementations
sourceimpl Clone for GetStoredQueryInput
impl Clone for GetStoredQueryInput
sourcefn clone(&self) -> GetStoredQueryInput
fn clone(&self) -> GetStoredQueryInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetStoredQueryInput
impl Debug for GetStoredQueryInput
sourceimpl PartialEq<GetStoredQueryInput> for GetStoredQueryInput
impl PartialEq<GetStoredQueryInput> for GetStoredQueryInput
sourcefn eq(&self, other: &GetStoredQueryInput) -> bool
fn eq(&self, other: &GetStoredQueryInput) -> bool
impl StructuralPartialEq for GetStoredQueryInput
Auto Trait Implementations
impl RefUnwindSafe for GetStoredQueryInput
impl Send for GetStoredQueryInput
impl Sync for GetStoredQueryInput
impl Unpin for GetStoredQueryInput
impl UnwindSafe for GetStoredQueryInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more