#[non_exhaustive]pub struct GetSqlInjectionMatchSetInput { /* private fields */ }Expand description
A request to get a SqlInjectionMatchSet.
Implementations§
source§impl GetSqlInjectionMatchSetInput
impl GetSqlInjectionMatchSetInput
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 get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
source§impl GetSqlInjectionMatchSetInput
impl GetSqlInjectionMatchSetInput
sourcepub fn builder() -> GetSqlInjectionMatchSetInputBuilder
pub fn builder() -> GetSqlInjectionMatchSetInputBuilder
Creates a new builder-style object to manufacture GetSqlInjectionMatchSetInput.
source§impl GetSqlInjectionMatchSetInput
impl GetSqlInjectionMatchSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSqlInjectionMatchSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetSqlInjectionMatchSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSqlInjectionMatchSet>
Trait Implementations§
source§impl Clone for GetSqlInjectionMatchSetInput
impl Clone for GetSqlInjectionMatchSetInput
source§fn clone(&self) -> GetSqlInjectionMatchSetInput
fn clone(&self) -> GetSqlInjectionMatchSetInput
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 GetSqlInjectionMatchSetInput
impl Debug for GetSqlInjectionMatchSetInput
source§impl PartialEq<GetSqlInjectionMatchSetInput> for GetSqlInjectionMatchSetInput
impl PartialEq<GetSqlInjectionMatchSetInput> for GetSqlInjectionMatchSetInput
source§fn eq(&self, other: &GetSqlInjectionMatchSetInput) -> bool
fn eq(&self, other: &GetSqlInjectionMatchSetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.