Struct aws_sdk_route53resolver::operation::get_resolver_rule_association::GetResolverRuleAssociationInput
source · #[non_exhaustive]pub struct GetResolverRuleAssociationInput { /* private fields */ }Implementations§
source§impl GetResolverRuleAssociationInput
impl GetResolverRuleAssociationInput
sourcepub fn resolver_rule_association_id(&self) -> Option<&str>
pub fn resolver_rule_association_id(&self) -> Option<&str>
The ID of the Resolver rule association that you want to get information about.
source§impl GetResolverRuleAssociationInput
impl GetResolverRuleAssociationInput
sourcepub fn builder() -> GetResolverRuleAssociationInputBuilder
pub fn builder() -> GetResolverRuleAssociationInputBuilder
Creates a new builder-style object to manufacture GetResolverRuleAssociationInput.
source§impl GetResolverRuleAssociationInput
impl GetResolverRuleAssociationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResolverRuleAssociation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetResolverRuleAssociation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResolverRuleAssociation>
Trait Implementations§
source§impl Clone for GetResolverRuleAssociationInput
impl Clone for GetResolverRuleAssociationInput
source§fn clone(&self) -> GetResolverRuleAssociationInput
fn clone(&self) -> GetResolverRuleAssociationInput
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<GetResolverRuleAssociationInput> for GetResolverRuleAssociationInput
impl PartialEq<GetResolverRuleAssociationInput> for GetResolverRuleAssociationInput
source§fn eq(&self, other: &GetResolverRuleAssociationInput) -> bool
fn eq(&self, other: &GetResolverRuleAssociationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.