Struct aws_sdk_config::input::PutStoredQueryInput
source · [−]#[non_exhaustive]pub struct PutStoredQueryInput { /* private fields */ }Implementations
sourceimpl PutStoredQueryInput
impl PutStoredQueryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutStoredQuery, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutStoredQuery, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutStoredQuery>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutStoredQueryInput.
sourceimpl PutStoredQueryInput
impl PutStoredQueryInput
sourcepub fn stored_query(&self) -> Option<&StoredQuery>
pub fn stored_query(&self) -> Option<&StoredQuery>
A list of StoredQuery objects. The mandatory fields are QueryName and Expression.
When you are creating a query, you must provide a query name and an expression. When you are updating a query, you must provide a query name but updating the description is optional.
A list of Tags object.
Trait Implementations
sourceimpl Clone for PutStoredQueryInput
impl Clone for PutStoredQueryInput
sourcefn clone(&self) -> PutStoredQueryInput
fn clone(&self) -> PutStoredQueryInput
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 PutStoredQueryInput
impl Debug for PutStoredQueryInput
sourceimpl PartialEq<PutStoredQueryInput> for PutStoredQueryInput
impl PartialEq<PutStoredQueryInput> for PutStoredQueryInput
sourcefn eq(&self, other: &PutStoredQueryInput) -> bool
fn eq(&self, other: &PutStoredQueryInput) -> bool
impl StructuralPartialEq for PutStoredQueryInput
Auto Trait Implementations
impl RefUnwindSafe for PutStoredQueryInput
impl Send for PutStoredQueryInput
impl Sync for PutStoredQueryInput
impl Unpin for PutStoredQueryInput
impl UnwindSafe for PutStoredQueryInput
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