Struct aws_sdk_ec2::operation::authorize_client_vpn_ingress::builders::AuthorizeClientVpnIngressOutputBuilder
source · #[non_exhaustive]pub struct AuthorizeClientVpnIngressOutputBuilder { /* private fields */ }Expand description
A builder for AuthorizeClientVpnIngressOutput.
Implementations§
source§impl AuthorizeClientVpnIngressOutputBuilder
impl AuthorizeClientVpnIngressOutputBuilder
sourcepub fn status(self, input: ClientVpnAuthorizationRuleStatus) -> Self
pub fn status(self, input: ClientVpnAuthorizationRuleStatus) -> Self
The current state of the authorization rule.
sourcepub fn set_status(self, input: Option<ClientVpnAuthorizationRuleStatus>) -> Self
pub fn set_status(self, input: Option<ClientVpnAuthorizationRuleStatus>) -> Self
The current state of the authorization rule.
sourcepub fn get_status(&self) -> &Option<ClientVpnAuthorizationRuleStatus>
pub fn get_status(&self) -> &Option<ClientVpnAuthorizationRuleStatus>
The current state of the authorization rule.
sourcepub fn build(self) -> AuthorizeClientVpnIngressOutput
pub fn build(self) -> AuthorizeClientVpnIngressOutput
Consumes the builder and constructs a AuthorizeClientVpnIngressOutput.
Trait Implementations§
source§impl Clone for AuthorizeClientVpnIngressOutputBuilder
impl Clone for AuthorizeClientVpnIngressOutputBuilder
source§fn clone(&self) -> AuthorizeClientVpnIngressOutputBuilder
fn clone(&self) -> AuthorizeClientVpnIngressOutputBuilder
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 AuthorizeClientVpnIngressOutputBuilder
impl Default for AuthorizeClientVpnIngressOutputBuilder
source§fn default() -> AuthorizeClientVpnIngressOutputBuilder
fn default() -> AuthorizeClientVpnIngressOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AuthorizeClientVpnIngressOutputBuilder
impl PartialEq for AuthorizeClientVpnIngressOutputBuilder
source§fn eq(&self, other: &AuthorizeClientVpnIngressOutputBuilder) -> bool
fn eq(&self, other: &AuthorizeClientVpnIngressOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AuthorizeClientVpnIngressOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AuthorizeClientVpnIngressOutputBuilder
impl Send for AuthorizeClientVpnIngressOutputBuilder
impl Sync for AuthorizeClientVpnIngressOutputBuilder
impl Unpin for AuthorizeClientVpnIngressOutputBuilder
impl UnwindSafe for AuthorizeClientVpnIngressOutputBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.