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