#[non_exhaustive]pub struct ListPartnerEventSourceAccountsInput { /* private fields */ }Implementations§
source§impl ListPartnerEventSourceAccountsInput
impl ListPartnerEventSourceAccountsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPartnerEventSourceAccounts, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPartnerEventSourceAccounts, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPartnerEventSourceAccounts>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPartnerEventSourceAccountsInput.
source§impl ListPartnerEventSourceAccountsInput
impl ListPartnerEventSourceAccountsInput
sourcepub fn event_source_name(&self) -> Option<&str>
pub fn event_source_name(&self) -> Option<&str>
The name of the partner event source to display account information about.
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 ListPartnerEventSourceAccountsInput
impl Clone for ListPartnerEventSourceAccountsInput
source§fn clone(&self) -> ListPartnerEventSourceAccountsInput
fn clone(&self) -> ListPartnerEventSourceAccountsInput
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 PartialEq<ListPartnerEventSourceAccountsInput> for ListPartnerEventSourceAccountsInput
impl PartialEq<ListPartnerEventSourceAccountsInput> for ListPartnerEventSourceAccountsInput
source§fn eq(&self, other: &ListPartnerEventSourceAccountsInput) -> bool
fn eq(&self, other: &ListPartnerEventSourceAccountsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.