#[non_exhaustive]pub struct ListPartnerEventSourcesInput { /* private fields */ }Implementations§
source§impl ListPartnerEventSourcesInput
impl ListPartnerEventSourcesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPartnerEventSources, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPartnerEventSources, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPartnerEventSources>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPartnerEventSourcesInput.
source§impl ListPartnerEventSourcesInput
impl ListPartnerEventSourcesInput
sourcepub fn name_prefix(&self) -> Option<&str>
pub fn name_prefix(&self) -> Option<&str>
If you specify this, the results are limited to only those partner event sources that start with the string you specify.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
Trait Implementations§
source§impl Clone for ListPartnerEventSourcesInput
impl Clone for ListPartnerEventSourcesInput
source§fn clone(&self) -> ListPartnerEventSourcesInput
fn clone(&self) -> ListPartnerEventSourcesInput
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 ListPartnerEventSourcesInput
impl Debug for ListPartnerEventSourcesInput
source§impl PartialEq<ListPartnerEventSourcesInput> for ListPartnerEventSourcesInput
impl PartialEq<ListPartnerEventSourcesInput> for ListPartnerEventSourcesInput
source§fn eq(&self, other: &ListPartnerEventSourcesInput) -> bool
fn eq(&self, other: &ListPartnerEventSourcesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.