Struct aws_sdk_personalize::input::ListEventTrackersInput
source · #[non_exhaustive]pub struct ListEventTrackersInput { /* private fields */ }
Implementations§
source§impl ListEventTrackersInput
impl ListEventTrackersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEventTrackers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEventTrackers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEventTrackers
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEventTrackersInput
.
source§impl ListEventTrackersInput
impl ListEventTrackersInput
sourcepub fn dataset_group_arn(&self) -> Option<&str>
pub fn dataset_group_arn(&self) -> Option<&str>
The ARN of a dataset group used to filter the response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from the previous call to ListEventTrackers
for getting the next set of event trackers (if they exist).
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of event trackers to return.
Trait Implementations§
source§impl Clone for ListEventTrackersInput
impl Clone for ListEventTrackersInput
source§fn clone(&self) -> ListEventTrackersInput
fn clone(&self) -> ListEventTrackersInput
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 ListEventTrackersInput
impl Debug for ListEventTrackersInput
source§impl PartialEq<ListEventTrackersInput> for ListEventTrackersInput
impl PartialEq<ListEventTrackersInput> for ListEventTrackersInput
source§fn eq(&self, other: &ListEventTrackersInput) -> bool
fn eq(&self, other: &ListEventTrackersInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.