Struct aws_sdk_waf::operation::get_regex_pattern_set::builders::GetRegexPatternSetOutputBuilder
source · #[non_exhaustive]pub struct GetRegexPatternSetOutputBuilder { /* private fields */ }Expand description
A builder for GetRegexPatternSetOutput.
Implementations§
source§impl GetRegexPatternSetOutputBuilder
impl GetRegexPatternSetOutputBuilder
sourcepub fn regex_pattern_set(self, input: RegexPatternSet) -> Self
pub fn regex_pattern_set(self, input: RegexPatternSet) -> Self
Information about the RegexPatternSet that you specified in the GetRegexPatternSet request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
sourcepub fn set_regex_pattern_set(self, input: Option<RegexPatternSet>) -> Self
pub fn set_regex_pattern_set(self, input: Option<RegexPatternSet>) -> Self
Information about the RegexPatternSet that you specified in the GetRegexPatternSet request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
sourcepub fn build(self) -> GetRegexPatternSetOutput
pub fn build(self) -> GetRegexPatternSetOutput
Consumes the builder and constructs a GetRegexPatternSetOutput.
Trait Implementations§
source§impl Clone for GetRegexPatternSetOutputBuilder
impl Clone for GetRegexPatternSetOutputBuilder
source§fn clone(&self) -> GetRegexPatternSetOutputBuilder
fn clone(&self) -> GetRegexPatternSetOutputBuilder
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 Default for GetRegexPatternSetOutputBuilder
impl Default for GetRegexPatternSetOutputBuilder
source§fn default() -> GetRegexPatternSetOutputBuilder
fn default() -> GetRegexPatternSetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRegexPatternSetOutputBuilder> for GetRegexPatternSetOutputBuilder
impl PartialEq<GetRegexPatternSetOutputBuilder> for GetRegexPatternSetOutputBuilder
source§fn eq(&self, other: &GetRegexPatternSetOutputBuilder) -> bool
fn eq(&self, other: &GetRegexPatternSetOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.