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 ==.impl StructuralPartialEq for RevokeSecurityGroupIngressOutputBuilder
Auto Trait Implementations§
impl Freeze for RevokeSecurityGroupIngressOutputBuilder
impl RefUnwindSafe for RevokeSecurityGroupIngressOutputBuilder
impl Send for RevokeSecurityGroupIngressOutputBuilder
impl Sync for RevokeSecurityGroupIngressOutputBuilder
impl Unpin for RevokeSecurityGroupIngressOutputBuilder
impl UnwindSafe for RevokeSecurityGroupIngressOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more