#[non_exhaustive]pub struct ListFindingAggregatorsInput { /* private fields */ }Implementations
sourceimpl ListFindingAggregatorsInput
impl ListFindingAggregatorsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFindingAggregators, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFindingAggregators, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListFindingAggregators>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFindingAggregatorsInput.
sourceimpl ListFindingAggregatorsInput
impl ListFindingAggregatorsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned with the previous set of results. Identifies the next set of results to return.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of results to return. This operation currently only returns a single result.
Trait Implementations
sourceimpl Clone for ListFindingAggregatorsInput
impl Clone for ListFindingAggregatorsInput
sourcefn clone(&self) -> ListFindingAggregatorsInput
fn clone(&self) -> ListFindingAggregatorsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListFindingAggregatorsInput
impl Debug for ListFindingAggregatorsInput
sourceimpl PartialEq<ListFindingAggregatorsInput> for ListFindingAggregatorsInput
impl PartialEq<ListFindingAggregatorsInput> for ListFindingAggregatorsInput
sourcefn eq(&self, other: &ListFindingAggregatorsInput) -> bool
fn eq(&self, other: &ListFindingAggregatorsInput) -> bool
impl StructuralPartialEq for ListFindingAggregatorsInput
Auto Trait Implementations
impl RefUnwindSafe for ListFindingAggregatorsInput
impl Send for ListFindingAggregatorsInput
impl Sync for ListFindingAggregatorsInput
impl Unpin for ListFindingAggregatorsInput
impl UnwindSafe for ListFindingAggregatorsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more