Struct aws_sdk_waf::operation::delete_regex_pattern_set::builders::DeleteRegexPatternSetInputBuilder
source · #[non_exhaustive]pub struct DeleteRegexPatternSetInputBuilder { /* private fields */ }Expand description
A builder for DeleteRegexPatternSetInput.
Implementations§
source§impl DeleteRegexPatternSetInputBuilder
impl DeleteRegexPatternSetInputBuilder
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 delete. 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 delete. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
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<DeleteRegexPatternSetInput, BuildError>
pub fn build(self) -> Result<DeleteRegexPatternSetInput, BuildError>
Consumes the builder and constructs a DeleteRegexPatternSetInput.
Trait Implementations§
source§impl Clone for DeleteRegexPatternSetInputBuilder
impl Clone for DeleteRegexPatternSetInputBuilder
source§fn clone(&self) -> DeleteRegexPatternSetInputBuilder
fn clone(&self) -> DeleteRegexPatternSetInputBuilder
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 DeleteRegexPatternSetInputBuilder
impl Default for DeleteRegexPatternSetInputBuilder
source§fn default() -> DeleteRegexPatternSetInputBuilder
fn default() -> DeleteRegexPatternSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteRegexPatternSetInputBuilder> for DeleteRegexPatternSetInputBuilder
impl PartialEq<DeleteRegexPatternSetInputBuilder> for DeleteRegexPatternSetInputBuilder
source§fn eq(&self, other: &DeleteRegexPatternSetInputBuilder) -> bool
fn eq(&self, other: &DeleteRegexPatternSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteRegexPatternSetInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRegexPatternSetInputBuilder
impl Send for DeleteRegexPatternSetInputBuilder
impl Sync for DeleteRegexPatternSetInputBuilder
impl Unpin for DeleteRegexPatternSetInputBuilder
impl UnwindSafe for DeleteRegexPatternSetInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more