Struct aws_sdk_route53resolver::operation::get_resolver_rule_association::builders::GetResolverRuleAssociationInputBuilder
source · #[non_exhaustive]pub struct GetResolverRuleAssociationInputBuilder { /* private fields */ }Expand description
A builder for GetResolverRuleAssociationInput.
Implementations§
source§impl GetResolverRuleAssociationInputBuilder
impl GetResolverRuleAssociationInputBuilder
sourcepub fn resolver_rule_association_id(self, input: impl Into<String>) -> Self
pub fn resolver_rule_association_id(self, input: impl Into<String>) -> Self
The ID of the Resolver rule association that you want to get information about.
sourcepub fn set_resolver_rule_association_id(self, input: Option<String>) -> Self
pub fn set_resolver_rule_association_id(self, input: Option<String>) -> Self
The ID of the Resolver rule association that you want to get information about.
sourcepub fn build(self) -> Result<GetResolverRuleAssociationInput, BuildError>
pub fn build(self) -> Result<GetResolverRuleAssociationInput, BuildError>
Consumes the builder and constructs a GetResolverRuleAssociationInput.
Trait Implementations§
source§impl Clone for GetResolverRuleAssociationInputBuilder
impl Clone for GetResolverRuleAssociationInputBuilder
source§fn clone(&self) -> GetResolverRuleAssociationInputBuilder
fn clone(&self) -> GetResolverRuleAssociationInputBuilder
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 Default for GetResolverRuleAssociationInputBuilder
impl Default for GetResolverRuleAssociationInputBuilder
source§fn default() -> GetResolverRuleAssociationInputBuilder
fn default() -> GetResolverRuleAssociationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetResolverRuleAssociationInputBuilder> for GetResolverRuleAssociationInputBuilder
impl PartialEq<GetResolverRuleAssociationInputBuilder> for GetResolverRuleAssociationInputBuilder
source§fn eq(&self, other: &GetResolverRuleAssociationInputBuilder) -> bool
fn eq(&self, other: &GetResolverRuleAssociationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.