Struct aws_sdk_waf::operation::list_regex_match_sets::builders::ListRegexMatchSetsFluentBuilder
source · pub struct ListRegexMatchSetsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to ListRegexMatchSets.
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of RegexMatchSetSummary objects.
Implementations§
source§impl ListRegexMatchSetsFluentBuilder
impl ListRegexMatchSetsFluentBuilder
sourcepub fn as_input(&self) -> &ListRegexMatchSetsInputBuilder
pub fn as_input(&self) -> &ListRegexMatchSetsInputBuilder
Access the ListRegexMatchSets as a reference.
sourcepub async fn send(
self
) -> Result<ListRegexMatchSetsOutput, SdkError<ListRegexMatchSetsError, HttpResponse>>
pub async fn send( self ) -> Result<ListRegexMatchSetsOutput, SdkError<ListRegexMatchSetsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<ListRegexMatchSetsOutput, ListRegexMatchSetsError, Self>
pub fn customize( self ) -> CustomizableOperation<ListRegexMatchSetsOutput, ListRegexMatchSetsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
If you specify a value for Limit and you have more RegexMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListRegexMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of RegexMatchSet objects.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
If you specify a value for Limit and you have more RegexMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListRegexMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of RegexMatchSet objects.
sourcepub fn get_next_marker(&self) -> &Option<String>
pub fn get_next_marker(&self) -> &Option<String>
If you specify a value for Limit and you have more RegexMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of ByteMatchSets. For the second and subsequent ListRegexMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of RegexMatchSet objects.
sourcepub fn limit(self, input: i32) -> Self
pub fn limit(self, input: i32) -> Self
Specifies the number of RegexMatchSet objects that you want AWS WAF to return for this request. If you have more RegexMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of RegexMatchSet objects.
sourcepub fn set_limit(self, input: Option<i32>) -> Self
pub fn set_limit(self, input: Option<i32>) -> Self
Specifies the number of RegexMatchSet objects that you want AWS WAF to return for this request. If you have more RegexMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of RegexMatchSet objects.
sourcepub fn get_limit(&self) -> &Option<i32>
pub fn get_limit(&self) -> &Option<i32>
Specifies the number of RegexMatchSet objects that you want AWS WAF to return for this request. If you have more RegexMatchSet objects than the number you specify for Limit, the response includes a NextMarker value that you can use to get another batch of RegexMatchSet objects.
Trait Implementations§
source§impl Clone for ListRegexMatchSetsFluentBuilder
impl Clone for ListRegexMatchSetsFluentBuilder
source§fn clone(&self) -> ListRegexMatchSetsFluentBuilder
fn clone(&self) -> ListRegexMatchSetsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more