#[non_exhaustive]pub struct ListRegexMatchSetsOutput { /* private fields */ }Implementations§
source§impl ListRegexMatchSetsOutput
impl ListRegexMatchSetsOutput
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If you have more RegexMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more RegexMatchSet objects, submit another ListRegexMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
sourcepub fn regex_match_sets(&self) -> Option<&[RegexMatchSetSummary]>
pub fn regex_match_sets(&self) -> Option<&[RegexMatchSetSummary]>
An array of RegexMatchSetSummary objects.
source§impl ListRegexMatchSetsOutput
impl ListRegexMatchSetsOutput
sourcepub fn builder() -> ListRegexMatchSetsOutputBuilder
pub fn builder() -> ListRegexMatchSetsOutputBuilder
Creates a new builder-style object to manufacture ListRegexMatchSetsOutput.
Trait Implementations§
source§impl Clone for ListRegexMatchSetsOutput
impl Clone for ListRegexMatchSetsOutput
source§fn clone(&self) -> ListRegexMatchSetsOutput
fn clone(&self) -> ListRegexMatchSetsOutput
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 ListRegexMatchSetsOutput
impl Debug for ListRegexMatchSetsOutput
source§impl PartialEq<ListRegexMatchSetsOutput> for ListRegexMatchSetsOutput
impl PartialEq<ListRegexMatchSetsOutput> for ListRegexMatchSetsOutput
source§fn eq(&self, other: &ListRegexMatchSetsOutput) -> bool
fn eq(&self, other: &ListRegexMatchSetsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListRegexMatchSetsOutput
impl RequestId for ListRegexMatchSetsOutput
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.impl StructuralPartialEq for ListRegexMatchSetsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListRegexMatchSetsOutput
impl Send for ListRegexMatchSetsOutput
impl Sync for ListRegexMatchSetsOutput
impl Unpin for ListRegexMatchSetsOutput
impl UnwindSafe for ListRegexMatchSetsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more