Struct aws_sdk_ec2::operation::revoke_security_group_ingress::builders::RevokeSecurityGroupIngressOutputBuilder
source · #[non_exhaustive]pub struct RevokeSecurityGroupIngressOutputBuilder { /* private fields */ }Expand description
A builder for RevokeSecurityGroupIngressOutput.
Implementations§
source§impl RevokeSecurityGroupIngressOutputBuilder
impl RevokeSecurityGroupIngressOutputBuilder
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 inbound 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 inbound 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 inbound 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) -> RevokeSecurityGroupIngressOutput
pub fn build(self) -> RevokeSecurityGroupIngressOutput
Consumes the builder and constructs a RevokeSecurityGroupIngressOutput.
Trait Implementations§
source§impl Clone for RevokeSecurityGroupIngressOutputBuilder
impl Clone for RevokeSecurityGroupIngressOutputBuilder
source§fn clone(&self) -> RevokeSecurityGroupIngressOutputBuilder
fn clone(&self) -> RevokeSecurityGroupIngressOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for RevokeSecurityGroupIngressOutputBuilder
impl Default for RevokeSecurityGroupIngressOutputBuilder
source§fn default() -> RevokeSecurityGroupIngressOutputBuilder
fn default() -> RevokeSecurityGroupIngressOutputBuilder
source§impl PartialEq for RevokeSecurityGroupIngressOutputBuilder
impl PartialEq for RevokeSecurityGroupIngressOutputBuilder
source§fn eq(&self, other: &RevokeSecurityGroupIngressOutputBuilder) -> bool
fn eq(&self, other: &RevokeSecurityGroupIngressOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.