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