#[non_exhaustive]pub struct CreateRegexMatchSetInput { /* private fields */ }Implementations§
source§impl CreateRegexMatchSetInput
 
impl CreateRegexMatchSetInput
sourcepub fn builder() -> CreateRegexMatchSetInputBuilder
 
pub fn builder() -> CreateRegexMatchSetInputBuilder
Creates a new builder-style object to manufacture CreateRegexMatchSetInput.
source§impl CreateRegexMatchSetInput
 
impl CreateRegexMatchSetInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateRegexMatchSet, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateRegexMatchSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateRegexMatchSet>
Trait Implementations§
source§impl Clone for CreateRegexMatchSetInput
 
impl Clone for CreateRegexMatchSetInput
source§fn clone(&self) -> CreateRegexMatchSetInput
 
fn clone(&self) -> CreateRegexMatchSetInput
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 CreateRegexMatchSetInput
 
impl Debug for CreateRegexMatchSetInput
source§impl PartialEq<CreateRegexMatchSetInput> for CreateRegexMatchSetInput
 
impl PartialEq<CreateRegexMatchSetInput> for CreateRegexMatchSetInput
source§fn eq(&self, other: &CreateRegexMatchSetInput) -> bool
 
fn eq(&self, other: &CreateRegexMatchSetInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.