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