Struct aws_sdk_wafv2::operation::create_regex_pattern_set::builders::CreateRegexPatternSetOutputBuilder    
source · #[non_exhaustive]pub struct CreateRegexPatternSetOutputBuilder { /* private fields */ }Expand description
A builder for CreateRegexPatternSetOutput.
Implementations§
source§impl CreateRegexPatternSetOutputBuilder
 
impl CreateRegexPatternSetOutputBuilder
sourcepub fn summary(self, input: RegexPatternSetSummary) -> Self
 
pub fn summary(self, input: RegexPatternSetSummary) -> Self
High-level information about a RegexPatternSet, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a Rule.
sourcepub fn set_summary(self, input: Option<RegexPatternSetSummary>) -> Self
 
pub fn set_summary(self, input: Option<RegexPatternSetSummary>) -> Self
High-level information about a RegexPatternSet, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a Rule.
sourcepub fn get_summary(&self) -> &Option<RegexPatternSetSummary>
 
pub fn get_summary(&self) -> &Option<RegexPatternSetSummary>
High-level information about a RegexPatternSet, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a Rule.
sourcepub fn build(self) -> CreateRegexPatternSetOutput
 
pub fn build(self) -> CreateRegexPatternSetOutput
Consumes the builder and constructs a CreateRegexPatternSetOutput.
Trait Implementations§
source§impl Clone for CreateRegexPatternSetOutputBuilder
 
impl Clone for CreateRegexPatternSetOutputBuilder
source§fn clone(&self) -> CreateRegexPatternSetOutputBuilder
 
fn clone(&self) -> CreateRegexPatternSetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateRegexPatternSetOutputBuilder
 
impl Default for CreateRegexPatternSetOutputBuilder
source§fn default() -> CreateRegexPatternSetOutputBuilder
 
fn default() -> CreateRegexPatternSetOutputBuilder
source§impl PartialEq for CreateRegexPatternSetOutputBuilder
 
impl PartialEq for CreateRegexPatternSetOutputBuilder
source§fn eq(&self, other: &CreateRegexPatternSetOutputBuilder) -> bool
 
fn eq(&self, other: &CreateRegexPatternSetOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.