Struct aws_sdk_iot::input::ListTopicRuleDestinationsInput
source · #[non_exhaustive]pub struct ListTopicRuleDestinationsInput { /* private fields */ }
Implementations§
source§impl ListTopicRuleDestinationsInput
impl ListTopicRuleDestinationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTopicRuleDestinations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTopicRuleDestinations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTopicRuleDestinations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTopicRuleDestinationsInput
.
source§impl ListTopicRuleDestinationsInput
impl ListTopicRuleDestinationsInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return at one time.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
Trait Implementations§
source§impl Clone for ListTopicRuleDestinationsInput
impl Clone for ListTopicRuleDestinationsInput
source§fn clone(&self) -> ListTopicRuleDestinationsInput
fn clone(&self) -> ListTopicRuleDestinationsInput
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<ListTopicRuleDestinationsInput> for ListTopicRuleDestinationsInput
impl PartialEq<ListTopicRuleDestinationsInput> for ListTopicRuleDestinationsInput
source§fn eq(&self, other: &ListTopicRuleDestinationsInput) -> bool
fn eq(&self, other: &ListTopicRuleDestinationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.