Struct aws_sdk_sns::operation::list_topics::builders::ListTopicsInputBuilder
source · #[non_exhaustive]pub struct ListTopicsInputBuilder { /* private fields */ }Expand description
A builder for ListTopicsInput.
Implementations§
source§impl ListTopicsInputBuilder
impl ListTopicsInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Token returned by the previous ListTopics request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Token returned by the previous ListTopics request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Token returned by the previous ListTopics request.
sourcepub fn build(self) -> Result<ListTopicsInput, BuildError>
pub fn build(self) -> Result<ListTopicsInput, BuildError>
Consumes the builder and constructs a ListTopicsInput.
source§impl ListTopicsInputBuilder
impl ListTopicsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListTopicsOutput, SdkError<ListTopicsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListTopicsOutput, SdkError<ListTopicsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListTopicsInputBuilder
impl Clone for ListTopicsInputBuilder
source§fn clone(&self) -> ListTopicsInputBuilder
fn clone(&self) -> ListTopicsInputBuilder
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 ListTopicsInputBuilder
impl Debug for ListTopicsInputBuilder
source§impl Default for ListTopicsInputBuilder
impl Default for ListTopicsInputBuilder
source§fn default() -> ListTopicsInputBuilder
fn default() -> ListTopicsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListTopicsInputBuilder
impl PartialEq for ListTopicsInputBuilder
source§fn eq(&self, other: &ListTopicsInputBuilder) -> bool
fn eq(&self, other: &ListTopicsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListTopicsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListTopicsInputBuilder
impl Send for ListTopicsInputBuilder
impl Sync for ListTopicsInputBuilder
impl Unpin for ListTopicsInputBuilder
impl UnwindSafe for ListTopicsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.