Struct aws_sdk_waf::operation::get_regex_pattern_set::builders::GetRegexPatternSetInputBuilder    
source · #[non_exhaustive]pub struct GetRegexPatternSetInputBuilder { /* private fields */ }Expand description
A builder for GetRegexPatternSetInput.
Implementations§
source§impl GetRegexPatternSetInputBuilder
 
impl GetRegexPatternSetInputBuilder
sourcepub fn regex_pattern_set_id(self, input: impl Into<String>) -> Self
 
pub fn regex_pattern_set_id(self, input: impl Into<String>) -> Self
The RegexPatternSetId of the RegexPatternSet that you want to get. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
sourcepub fn set_regex_pattern_set_id(self, input: Option<String>) -> Self
 
pub fn set_regex_pattern_set_id(self, input: Option<String>) -> Self
The RegexPatternSetId of the RegexPatternSet that you want to get. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
sourcepub fn build(self) -> Result<GetRegexPatternSetInput, BuildError>
 
pub fn build(self) -> Result<GetRegexPatternSetInput, BuildError>
Consumes the builder and constructs a GetRegexPatternSetInput.
Trait Implementations§
source§impl Clone for GetRegexPatternSetInputBuilder
 
impl Clone for GetRegexPatternSetInputBuilder
source§fn clone(&self) -> GetRegexPatternSetInputBuilder
 
fn clone(&self) -> GetRegexPatternSetInputBuilder
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 GetRegexPatternSetInputBuilder
 
impl Default for GetRegexPatternSetInputBuilder
source§fn default() -> GetRegexPatternSetInputBuilder
 
fn default() -> GetRegexPatternSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRegexPatternSetInputBuilder> for GetRegexPatternSetInputBuilder
 
impl PartialEq<GetRegexPatternSetInputBuilder> for GetRegexPatternSetInputBuilder
source§fn eq(&self, other: &GetRegexPatternSetInputBuilder) -> bool
 
fn eq(&self, other: &GetRegexPatternSetInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.