#[non_exhaustive]pub struct GetRegexMatchSetInputBuilder { /* private fields */ }Expand description
A builder for GetRegexMatchSetInput.
Implementations§
source§impl GetRegexMatchSetInputBuilder
impl GetRegexMatchSetInputBuilder
sourcepub fn regex_match_set_id(self, input: impl Into<String>) -> Self
pub fn regex_match_set_id(self, input: impl Into<String>) -> Self
The RegexMatchSetId of the RegexMatchSet that you want to get. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
sourcepub fn set_regex_match_set_id(self, input: Option<String>) -> Self
pub fn set_regex_match_set_id(self, input: Option<String>) -> Self
The RegexMatchSetId of the RegexMatchSet that you want to get. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
sourcepub fn build(self) -> Result<GetRegexMatchSetInput, BuildError>
pub fn build(self) -> Result<GetRegexMatchSetInput, BuildError>
Consumes the builder and constructs a GetRegexMatchSetInput.
Trait Implementations§
source§impl Clone for GetRegexMatchSetInputBuilder
impl Clone for GetRegexMatchSetInputBuilder
source§fn clone(&self) -> GetRegexMatchSetInputBuilder
fn clone(&self) -> GetRegexMatchSetInputBuilder
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 GetRegexMatchSetInputBuilder
impl Debug for GetRegexMatchSetInputBuilder
source§impl Default for GetRegexMatchSetInputBuilder
impl Default for GetRegexMatchSetInputBuilder
source§fn default() -> GetRegexMatchSetInputBuilder
fn default() -> GetRegexMatchSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRegexMatchSetInputBuilder> for GetRegexMatchSetInputBuilder
impl PartialEq<GetRegexMatchSetInputBuilder> for GetRegexMatchSetInputBuilder
source§fn eq(&self, other: &GetRegexMatchSetInputBuilder) -> bool
fn eq(&self, other: &GetRegexMatchSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.