#[non_exhaustive]pub struct ListRegexPatternSetsInput { /* private fields */ }Implementations§
source§impl ListRegexPatternSetsInput
 
impl ListRegexPatternSetsInput
sourcepub fn next_marker(&self) -> Option<&str>
 
pub fn next_marker(&self) -> Option<&str>
If you specify a value for Limit and you have more RegexPatternSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of RegexPatternSet objects. For the second and subsequent ListRegexPatternSets requests, specify the value of NextMarker from the previous response to get information about another batch of RegexPatternSet objects.
sourcepub fn limit(&self) -> i32
 
pub fn limit(&self) -> i32
Specifies the number of RegexPatternSet objects that you want AWS WAF to return for this request. If you have more RegexPatternSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of RegexPatternSet objects.
source§impl ListRegexPatternSetsInput
 
impl ListRegexPatternSetsInput
sourcepub fn builder() -> ListRegexPatternSetsInputBuilder
 
pub fn builder() -> ListRegexPatternSetsInputBuilder
Creates a new builder-style object to manufacture ListRegexPatternSetsInput.
source§impl ListRegexPatternSetsInput
 
impl ListRegexPatternSetsInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<ListRegexPatternSets, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListRegexPatternSets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRegexPatternSets>
Trait Implementations§
source§impl Clone for ListRegexPatternSetsInput
 
impl Clone for ListRegexPatternSetsInput
source§fn clone(&self) -> ListRegexPatternSetsInput
 
fn clone(&self) -> ListRegexPatternSetsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListRegexPatternSetsInput
 
impl Debug for ListRegexPatternSetsInput
source§impl PartialEq<ListRegexPatternSetsInput> for ListRegexPatternSetsInput
 
impl PartialEq<ListRegexPatternSetsInput> for ListRegexPatternSetsInput
source§fn eq(&self, other: &ListRegexPatternSetsInput) -> bool
 
fn eq(&self, other: &ListRegexPatternSetsInput) -> bool
self and other values to be equal, and is used
by ==.