Struct aws_sdk_scheduler::operation::list_schedule_groups::builders::ListScheduleGroupsInputBuilder
source · #[non_exhaustive]pub struct ListScheduleGroupsInputBuilder { /* private fields */ }Expand description
A builder for ListScheduleGroupsInput.
Implementations§
source§impl ListScheduleGroupsInputBuilder
impl ListScheduleGroupsInputBuilder
sourcepub fn name_prefix(self, input: impl Into<String>) -> Self
pub fn name_prefix(self, input: impl Into<String>) -> Self
The name prefix that you can use to return a filtered list of your schedule groups.
sourcepub fn set_name_prefix(self, input: Option<String>) -> Self
pub fn set_name_prefix(self, input: Option<String>) -> Self
The name prefix that you can use to return a filtered list of your schedule groups.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token returned by a previous call to retrieve the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token returned by a previous call to retrieve the next set of results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
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.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
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.
sourcepub fn build(self) -> Result<ListScheduleGroupsInput, BuildError>
pub fn build(self) -> Result<ListScheduleGroupsInput, BuildError>
Consumes the builder and constructs a ListScheduleGroupsInput.
Trait Implementations§
source§impl Clone for ListScheduleGroupsInputBuilder
impl Clone for ListScheduleGroupsInputBuilder
source§fn clone(&self) -> ListScheduleGroupsInputBuilder
fn clone(&self) -> ListScheduleGroupsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListScheduleGroupsInputBuilder
impl Default for ListScheduleGroupsInputBuilder
source§fn default() -> ListScheduleGroupsInputBuilder
fn default() -> ListScheduleGroupsInputBuilder
source§impl PartialEq<ListScheduleGroupsInputBuilder> for ListScheduleGroupsInputBuilder
impl PartialEq<ListScheduleGroupsInputBuilder> for ListScheduleGroupsInputBuilder
source§fn eq(&self, other: &ListScheduleGroupsInputBuilder) -> bool
fn eq(&self, other: &ListScheduleGroupsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.