Struct aws_sdk_ec2::operation::revoke_security_group_egress::builders::RevokeSecurityGroupEgressOutputBuilder
source · #[non_exhaustive]pub struct RevokeSecurityGroupEgressOutputBuilder { /* private fields */ }Expand description
A builder for RevokeSecurityGroupEgressOutput.
Implementations§
source§impl RevokeSecurityGroupEgressOutputBuilder
impl RevokeSecurityGroupEgressOutputBuilder
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 get_return(&self) -> &Option<bool>
pub fn get_return(&self) -> &Option<bool>
Returns true if the request succeeds; otherwise, returns an error.
sourcepub fn unknown_ip_permissions(self, input: IpPermission) -> Self
pub fn unknown_ip_permissions(self, input: IpPermission) -> Self
Appends an item to unknown_ip_permissions.
To override the contents of this collection use set_unknown_ip_permissions.
The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.
sourcepub fn set_unknown_ip_permissions(
self,
input: Option<Vec<IpPermission>>
) -> Self
pub fn set_unknown_ip_permissions( self, input: Option<Vec<IpPermission>> ) -> Self
The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.
sourcepub fn get_unknown_ip_permissions(&self) -> &Option<Vec<IpPermission>>
pub fn get_unknown_ip_permissions(&self) -> &Option<Vec<IpPermission>>
The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.
sourcepub fn build(self) -> RevokeSecurityGroupEgressOutput
pub fn build(self) -> RevokeSecurityGroupEgressOutput
Consumes the builder and constructs a RevokeSecurityGroupEgressOutput.
Trait Implementations§
source§impl Clone for RevokeSecurityGroupEgressOutputBuilder
impl Clone for RevokeSecurityGroupEgressOutputBuilder
source§fn clone(&self) -> RevokeSecurityGroupEgressOutputBuilder
fn clone(&self) -> RevokeSecurityGroupEgressOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for RevokeSecurityGroupEgressOutputBuilder
impl Default for RevokeSecurityGroupEgressOutputBuilder
source§fn default() -> RevokeSecurityGroupEgressOutputBuilder
fn default() -> RevokeSecurityGroupEgressOutputBuilder
source§impl PartialEq for RevokeSecurityGroupEgressOutputBuilder
impl PartialEq for RevokeSecurityGroupEgressOutputBuilder
source§fn eq(&self, other: &RevokeSecurityGroupEgressOutputBuilder) -> bool
fn eq(&self, other: &RevokeSecurityGroupEgressOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.