Struct aws_sdk_auditmanager::operation::list_control_domain_insights::ListControlDomainInsightsInput
source · #[non_exhaustive]pub struct ListControlDomainInsightsInput { /* private fields */ }Implementations§
source§impl ListControlDomainInsightsInput
impl ListControlDomainInsightsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token that's used to fetch the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Represents the maximum number of results on a page or for an API request call.
source§impl ListControlDomainInsightsInput
impl ListControlDomainInsightsInput
sourcepub fn builder() -> ListControlDomainInsightsInputBuilder
pub fn builder() -> ListControlDomainInsightsInputBuilder
Creates a new builder-style object to manufacture ListControlDomainInsightsInput.
source§impl ListControlDomainInsightsInput
impl ListControlDomainInsightsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListControlDomainInsights, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListControlDomainInsights, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListControlDomainInsights>
Trait Implementations§
source§impl Clone for ListControlDomainInsightsInput
impl Clone for ListControlDomainInsightsInput
source§fn clone(&self) -> ListControlDomainInsightsInput
fn clone(&self) -> ListControlDomainInsightsInput
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 PartialEq<ListControlDomainInsightsInput> for ListControlDomainInsightsInput
impl PartialEq<ListControlDomainInsightsInput> for ListControlDomainInsightsInput
source§fn eq(&self, other: &ListControlDomainInsightsInput) -> bool
fn eq(&self, other: &ListControlDomainInsightsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListControlDomainInsightsInput
Auto Trait Implementations§
impl RefUnwindSafe for ListControlDomainInsightsInput
impl Send for ListControlDomainInsightsInput
impl Sync for ListControlDomainInsightsInput
impl Unpin for ListControlDomainInsightsInput
impl UnwindSafe for ListControlDomainInsightsInput
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