Struct aws_sdk_waf::operation::create_regex_match_set::builders::CreateRegexMatchSetInputBuilder
source · #[non_exhaustive]pub struct CreateRegexMatchSetInputBuilder { /* private fields */ }Expand description
A builder for CreateRegexMatchSetInput.
Implementations§
source§impl CreateRegexMatchSetInputBuilder
impl CreateRegexMatchSetInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
A friendly name or description of the RegexMatchSet. You can't change Name after you create a RegexMatchSet.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
A friendly name or description of the RegexMatchSet. You can't change Name after you create a RegexMatchSet.
sourcepub fn change_token(self, input: impl Into<String>) -> Self
pub fn change_token(self, input: impl Into<String>) -> Self
The value returned by the most recent call to GetChangeToken.
sourcepub fn set_change_token(self, input: Option<String>) -> Self
pub fn set_change_token(self, input: Option<String>) -> Self
The value returned by the most recent call to GetChangeToken.
sourcepub fn build(self) -> Result<CreateRegexMatchSetInput, BuildError>
pub fn build(self) -> Result<CreateRegexMatchSetInput, BuildError>
Consumes the builder and constructs a CreateRegexMatchSetInput.
Trait Implementations§
source§impl Clone for CreateRegexMatchSetInputBuilder
impl Clone for CreateRegexMatchSetInputBuilder
source§fn clone(&self) -> CreateRegexMatchSetInputBuilder
fn clone(&self) -> CreateRegexMatchSetInputBuilder
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 CreateRegexMatchSetInputBuilder
impl Default for CreateRegexMatchSetInputBuilder
source§fn default() -> CreateRegexMatchSetInputBuilder
fn default() -> CreateRegexMatchSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateRegexMatchSetInputBuilder> for CreateRegexMatchSetInputBuilder
impl PartialEq<CreateRegexMatchSetInputBuilder> for CreateRegexMatchSetInputBuilder
source§fn eq(&self, other: &CreateRegexMatchSetInputBuilder) -> bool
fn eq(&self, other: &CreateRegexMatchSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.