Struct aws_sdk_scheduler::input::ListScheduleGroupsInput
source · #[non_exhaustive]pub struct ListScheduleGroupsInput { /* private fields */ }Implementations§
source§impl ListScheduleGroupsInput
impl ListScheduleGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListScheduleGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListScheduleGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListScheduleGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListScheduleGroupsInput.
source§impl ListScheduleGroupsInput
impl ListScheduleGroupsInput
sourcepub fn name_prefix(&self) -> Option<&str>
pub fn name_prefix(&self) -> Option<&str>
The name prefix that you can use to return a filtered list of your schedule groups.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned by a previous call to retrieve the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
If specified, limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
Trait Implementations§
source§impl Clone for ListScheduleGroupsInput
impl Clone for ListScheduleGroupsInput
source§fn clone(&self) -> ListScheduleGroupsInput
fn clone(&self) -> ListScheduleGroupsInput
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 ListScheduleGroupsInput
impl Debug for ListScheduleGroupsInput
source§impl PartialEq<ListScheduleGroupsInput> for ListScheduleGroupsInput
impl PartialEq<ListScheduleGroupsInput> for ListScheduleGroupsInput
source§fn eq(&self, other: &ListScheduleGroupsInput) -> bool
fn eq(&self, other: &ListScheduleGroupsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.