Struct aws_sdk_sns::input::ListTopicsInput
source · #[non_exhaustive]pub struct ListTopicsInput { /* private fields */ }
Implementations§
source§impl ListTopicsInput
impl ListTopicsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTopics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTopics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTopics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTopicsInput
.
source§impl ListTopicsInput
impl ListTopicsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Token returned by the previous ListTopics
request.
Trait Implementations§
source§impl Clone for ListTopicsInput
impl Clone for ListTopicsInput
source§fn clone(&self) -> ListTopicsInput
fn clone(&self) -> ListTopicsInput
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 ListTopicsInput
impl Debug for ListTopicsInput
source§impl PartialEq<ListTopicsInput> for ListTopicsInput
impl PartialEq<ListTopicsInput> for ListTopicsInput
source§fn eq(&self, other: &ListTopicsInput) -> bool
fn eq(&self, other: &ListTopicsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.