#[non_exhaustive]pub struct ListSlackChannelConfigurationsInput { /* private fields */ }
Implementations
sourceimpl ListSlackChannelConfigurationsInput
impl ListSlackChannelConfigurationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSlackChannelConfigurations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSlackChannelConfigurations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSlackChannelConfigurations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSlackChannelConfigurationsInput
.
sourceimpl ListSlackChannelConfigurationsInput
impl ListSlackChannelConfigurationsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the results of a search are large, the API only returns a portion of the results and includes a nextToken
pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.
Trait Implementations
sourceimpl Clone for ListSlackChannelConfigurationsInput
impl Clone for ListSlackChannelConfigurationsInput
sourcefn clone(&self) -> ListSlackChannelConfigurationsInput
fn clone(&self) -> ListSlackChannelConfigurationsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ListSlackChannelConfigurationsInput> for ListSlackChannelConfigurationsInput
impl PartialEq<ListSlackChannelConfigurationsInput> for ListSlackChannelConfigurationsInput
sourcefn eq(&self, other: &ListSlackChannelConfigurationsInput) -> bool
fn eq(&self, other: &ListSlackChannelConfigurationsInput) -> bool
impl StructuralPartialEq for ListSlackChannelConfigurationsInput
Auto Trait Implementations
impl RefUnwindSafe for ListSlackChannelConfigurationsInput
impl Send for ListSlackChannelConfigurationsInput
impl Sync for ListSlackChannelConfigurationsInput
impl Unpin for ListSlackChannelConfigurationsInput
impl UnwindSafe for ListSlackChannelConfigurationsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more