Struct aws_sdk_waf::operation::update_sql_injection_match_set::UpdateSqlInjectionMatchSetInput
source · #[non_exhaustive]pub struct UpdateSqlInjectionMatchSetInput { /* private fields */ }Expand description
A request to update a SqlInjectionMatchSet.
Implementations§
source§impl UpdateSqlInjectionMatchSetInput
impl UpdateSqlInjectionMatchSetInput
sourcepub fn sql_injection_match_set_id(&self) -> Option<&str>
pub fn sql_injection_match_set_id(&self) -> Option<&str>
The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
sourcepub fn change_token(&self) -> Option<&str>
pub fn change_token(&self) -> Option<&str>
The value returned by the most recent call to GetChangeToken.
sourcepub fn updates(&self) -> Option<&[SqlInjectionMatchSetUpdate]>
pub fn updates(&self) -> Option<&[SqlInjectionMatchSetUpdate]>
An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:
-
SqlInjectionMatchSetUpdate: ContainsActionandSqlInjectionMatchTuple -
SqlInjectionMatchTuple: ContainsFieldToMatchandTextTransformation -
FieldToMatch: ContainsDataandType
source§impl UpdateSqlInjectionMatchSetInput
impl UpdateSqlInjectionMatchSetInput
sourcepub fn builder() -> UpdateSqlInjectionMatchSetInputBuilder
pub fn builder() -> UpdateSqlInjectionMatchSetInputBuilder
Creates a new builder-style object to manufacture UpdateSqlInjectionMatchSetInput.
source§impl UpdateSqlInjectionMatchSetInput
impl UpdateSqlInjectionMatchSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSqlInjectionMatchSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateSqlInjectionMatchSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSqlInjectionMatchSet>
Trait Implementations§
source§impl Clone for UpdateSqlInjectionMatchSetInput
impl Clone for UpdateSqlInjectionMatchSetInput
source§fn clone(&self) -> UpdateSqlInjectionMatchSetInput
fn clone(&self) -> UpdateSqlInjectionMatchSetInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<UpdateSqlInjectionMatchSetInput> for UpdateSqlInjectionMatchSetInput
impl PartialEq<UpdateSqlInjectionMatchSetInput> for UpdateSqlInjectionMatchSetInput
source§fn eq(&self, other: &UpdateSqlInjectionMatchSetInput) -> bool
fn eq(&self, other: &UpdateSqlInjectionMatchSetInput) -> bool
self and other values to be equal, and is used
by ==.