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