#[non_exhaustive]pub struct ListApiDestinationsInput { /* private fields */ }Implementations§
source§impl ListApiDestinationsInput
impl ListApiDestinationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListApiDestinations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListApiDestinations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListApiDestinations>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApiDestinationsInput.
source§impl ListApiDestinationsInput
impl ListApiDestinationsInput
sourcepub fn name_prefix(&self) -> Option<&str>
pub fn name_prefix(&self) -> Option<&str>
A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.
sourcepub fn connection_arn(&self) -> Option<&str>
pub fn connection_arn(&self) -> Option<&str>
The ARN of the connection specified for the API destination.
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 ListApiDestinationsInput
impl Clone for ListApiDestinationsInput
source§fn clone(&self) -> ListApiDestinationsInput
fn clone(&self) -> ListApiDestinationsInput
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 ListApiDestinationsInput
impl Debug for ListApiDestinationsInput
source§impl PartialEq<ListApiDestinationsInput> for ListApiDestinationsInput
impl PartialEq<ListApiDestinationsInput> for ListApiDestinationsInput
source§fn eq(&self, other: &ListApiDestinationsInput) -> bool
fn eq(&self, other: &ListApiDestinationsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.