#[non_exhaustive]pub struct CreateRegexPatternSetOutput { /* private fields */ }Implementations§
source§impl CreateRegexPatternSetOutput
impl CreateRegexPatternSetOutput
sourcepub fn regex_pattern_set(&self) -> Option<&RegexPatternSet>
pub fn regex_pattern_set(&self) -> Option<&RegexPatternSet>
A RegexPatternSet that contains no objects.
sourcepub fn change_token(&self) -> Option<&str>
pub fn change_token(&self) -> Option<&str>
The ChangeToken that you used to submit the CreateRegexPatternSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
source§impl CreateRegexPatternSetOutput
impl CreateRegexPatternSetOutput
sourcepub fn builder() -> CreateRegexPatternSetOutputBuilder
pub fn builder() -> CreateRegexPatternSetOutputBuilder
Creates a new builder-style object to manufacture CreateRegexPatternSetOutput.
Trait Implementations§
source§impl Clone for CreateRegexPatternSetOutput
impl Clone for CreateRegexPatternSetOutput
source§fn clone(&self) -> CreateRegexPatternSetOutput
fn clone(&self) -> CreateRegexPatternSetOutput
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 CreateRegexPatternSetOutput
impl Debug for CreateRegexPatternSetOutput
source§impl PartialEq<CreateRegexPatternSetOutput> for CreateRegexPatternSetOutput
impl PartialEq<CreateRegexPatternSetOutput> for CreateRegexPatternSetOutput
source§fn eq(&self, other: &CreateRegexPatternSetOutput) -> bool
fn eq(&self, other: &CreateRegexPatternSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateRegexPatternSetOutput
impl RequestId for CreateRegexPatternSetOutput
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.