Struct aws_sdk_config::input::PutStoredQueryInput
source · #[non_exhaustive]pub struct PutStoredQueryInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for PutStoredQueryInput
impl Clone for PutStoredQueryInput
source§fn clone(&self) -> PutStoredQueryInput
fn clone(&self) -> PutStoredQueryInput
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 PutStoredQueryInput
impl Debug for PutStoredQueryInput
source§impl PartialEq<PutStoredQueryInput> for PutStoredQueryInput
impl PartialEq<PutStoredQueryInput> for PutStoredQueryInput
source§fn eq(&self, other: &PutStoredQueryInput) -> bool
fn eq(&self, other: &PutStoredQueryInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.