#[non_exhaustive]pub struct UpdateRegexPatternSetInput { /* private fields */ }Implementations§
source§impl UpdateRegexPatternSetInput
impl UpdateRegexPatternSetInput
sourcepub fn regex_pattern_set_id(&self) -> Option<&str>
pub fn regex_pattern_set_id(&self) -> Option<&str>
The RegexPatternSetId of the RegexPatternSet that you want to update. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
sourcepub fn updates(&self) -> Option<&[RegexPatternSetUpdate]>
pub fn updates(&self) -> Option<&[RegexPatternSetUpdate]>
An array of RegexPatternSetUpdate objects that you want to insert into or delete from a RegexPatternSet.
sourcepub fn change_token(&self) -> Option<&str>
pub fn change_token(&self) -> Option<&str>
The value returned by the most recent call to GetChangeToken.
source§impl UpdateRegexPatternSetInput
impl UpdateRegexPatternSetInput
sourcepub fn builder() -> UpdateRegexPatternSetInputBuilder
pub fn builder() -> UpdateRegexPatternSetInputBuilder
Creates a new builder-style object to manufacture UpdateRegexPatternSetInput.
source§impl UpdateRegexPatternSetInput
impl UpdateRegexPatternSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRegexPatternSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateRegexPatternSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRegexPatternSet>
Trait Implementations§
source§impl Clone for UpdateRegexPatternSetInput
impl Clone for UpdateRegexPatternSetInput
source§fn clone(&self) -> UpdateRegexPatternSetInput
fn clone(&self) -> UpdateRegexPatternSetInput
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 Debug for UpdateRegexPatternSetInput
impl Debug for UpdateRegexPatternSetInput
source§impl PartialEq<UpdateRegexPatternSetInput> for UpdateRegexPatternSetInput
impl PartialEq<UpdateRegexPatternSetInput> for UpdateRegexPatternSetInput
source§fn eq(&self, other: &UpdateRegexPatternSetInput) -> bool
fn eq(&self, other: &UpdateRegexPatternSetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.