#[non_exhaustive]pub struct ListSlackChannelConfigurationsInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for ListSlackChannelConfigurationsInput
impl Clone for ListSlackChannelConfigurationsInput
source§fn clone(&self) -> ListSlackChannelConfigurationsInput
fn clone(&self) -> ListSlackChannelConfigurationsInput
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 PartialEq<ListSlackChannelConfigurationsInput> for ListSlackChannelConfigurationsInput
impl PartialEq<ListSlackChannelConfigurationsInput> for ListSlackChannelConfigurationsInput
source§fn eq(&self, other: &ListSlackChannelConfigurationsInput) -> bool
fn eq(&self, other: &ListSlackChannelConfigurationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.