Struct aws_sdk_eventbridge::input::ListEventSourcesInput
source · #[non_exhaustive]pub struct ListEventSourcesInput { /* private fields */ }Implementations§
source§impl ListEventSourcesInput
impl ListEventSourcesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEventSources, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEventSources, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEventSources>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEventSourcesInput.
source§impl ListEventSourcesInput
impl ListEventSourcesInput
sourcepub fn name_prefix(&self) -> Option<&str>
pub fn name_prefix(&self) -> Option<&str>
Specifying this limits the results to only those partner event sources with names that start with the specified prefix.
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.
Trait Implementations§
source§impl Clone for ListEventSourcesInput
impl Clone for ListEventSourcesInput
source§fn clone(&self) -> ListEventSourcesInput
fn clone(&self) -> ListEventSourcesInput
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 ListEventSourcesInput
impl Debug for ListEventSourcesInput
source§impl PartialEq<ListEventSourcesInput> for ListEventSourcesInput
impl PartialEq<ListEventSourcesInput> for ListEventSourcesInput
source§fn eq(&self, other: &ListEventSourcesInput) -> bool
fn eq(&self, other: &ListEventSourcesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.