Struct aws_sdk_ec2::operation::update_security_group_rule_descriptions_egress::builders::UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
source · #[non_exhaustive]pub struct UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder { /* private fields */ }Expand description
A builder for UpdateSecurityGroupRuleDescriptionsEgressOutput.
Implementations§
source§impl UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
impl UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
sourcepub fn return(self, input: bool) -> Self
pub fn return(self, input: bool) -> Self
Returns true if the request succeeds; otherwise, returns an error.
sourcepub fn set_return(self, input: Option<bool>) -> Self
pub fn set_return(self, input: Option<bool>) -> Self
Returns true if the request succeeds; otherwise, returns an error.
sourcepub fn build(self) -> UpdateSecurityGroupRuleDescriptionsEgressOutput
pub fn build(self) -> UpdateSecurityGroupRuleDescriptionsEgressOutput
Consumes the builder and constructs a UpdateSecurityGroupRuleDescriptionsEgressOutput.
Trait Implementations§
source§impl Clone for UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
impl Clone for UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
source§fn clone(&self) -> UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
fn clone(&self) -> UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
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 UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
impl Default for UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
source§fn default() -> UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
fn default() -> UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder> for UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
impl PartialEq<UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder> for UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
source§fn eq(
&self,
other: &UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder
) -> bool
fn eq( &self, other: &UpdateSecurityGroupRuleDescriptionsEgressOutputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.