Struct aws_sdk_waf::operation::create_sql_injection_match_set::CreateSqlInjectionMatchSetInput
source · #[non_exhaustive]pub struct CreateSqlInjectionMatchSetInput { /* private fields */ }Expand description
A request to create a SqlInjectionMatchSet.
Implementations§
source§impl CreateSqlInjectionMatchSetInput
impl CreateSqlInjectionMatchSetInput
sourcepub fn builder() -> CreateSqlInjectionMatchSetInputBuilder
pub fn builder() -> CreateSqlInjectionMatchSetInputBuilder
Creates a new builder-style object to manufacture CreateSqlInjectionMatchSetInput.
source§impl CreateSqlInjectionMatchSetInput
impl CreateSqlInjectionMatchSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSqlInjectionMatchSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateSqlInjectionMatchSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSqlInjectionMatchSet>
Trait Implementations§
source§impl Clone for CreateSqlInjectionMatchSetInput
impl Clone for CreateSqlInjectionMatchSetInput
source§fn clone(&self) -> CreateSqlInjectionMatchSetInput
fn clone(&self) -> CreateSqlInjectionMatchSetInput
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 PartialEq<CreateSqlInjectionMatchSetInput> for CreateSqlInjectionMatchSetInput
impl PartialEq<CreateSqlInjectionMatchSetInput> for CreateSqlInjectionMatchSetInput
source§fn eq(&self, other: &CreateSqlInjectionMatchSetInput) -> bool
fn eq(&self, other: &CreateSqlInjectionMatchSetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateSqlInjectionMatchSetInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateSqlInjectionMatchSetInput
impl Send for CreateSqlInjectionMatchSetInput
impl Sync for CreateSqlInjectionMatchSetInput
impl Unpin for CreateSqlInjectionMatchSetInput
impl UnwindSafe for CreateSqlInjectionMatchSetInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more