#[non_exhaustive]pub struct GetRegexMatchSetOutput { /* private fields */ }Implementations§
source§impl GetRegexMatchSetOutput
impl GetRegexMatchSetOutput
sourcepub fn regex_match_set(&self) -> Option<&RegexMatchSet>
pub fn regex_match_set(&self) -> Option<&RegexMatchSet>
Information about the RegexMatchSet that you specified in the GetRegexMatchSet request. For more information, see RegexMatchTuple.
source§impl GetRegexMatchSetOutput
impl GetRegexMatchSetOutput
sourcepub fn builder() -> GetRegexMatchSetOutputBuilder
pub fn builder() -> GetRegexMatchSetOutputBuilder
Creates a new builder-style object to manufacture GetRegexMatchSetOutput.
Trait Implementations§
source§impl Clone for GetRegexMatchSetOutput
impl Clone for GetRegexMatchSetOutput
source§fn clone(&self) -> GetRegexMatchSetOutput
fn clone(&self) -> GetRegexMatchSetOutput
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 GetRegexMatchSetOutput
impl Debug for GetRegexMatchSetOutput
source§impl PartialEq<GetRegexMatchSetOutput> for GetRegexMatchSetOutput
impl PartialEq<GetRegexMatchSetOutput> for GetRegexMatchSetOutput
source§fn eq(&self, other: &GetRegexMatchSetOutput) -> bool
fn eq(&self, other: &GetRegexMatchSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetRegexMatchSetOutput
impl RequestId for GetRegexMatchSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.