Struct aws_sdk_ec2::operation::describe_vpn_connections::builders::DescribeVpnConnectionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeVpnConnectionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeVpnConnectionsOutput.
Implementations§
source§impl DescribeVpnConnectionsOutputBuilder
impl DescribeVpnConnectionsOutputBuilder
sourcepub fn vpn_connections(self, input: VpnConnection) -> Self
pub fn vpn_connections(self, input: VpnConnection) -> Self
Appends an item to vpn_connections.
To override the contents of this collection use set_vpn_connections.
Information about one or more VPN connections.
sourcepub fn set_vpn_connections(self, input: Option<Vec<VpnConnection>>) -> Self
pub fn set_vpn_connections(self, input: Option<Vec<VpnConnection>>) -> Self
Information about one or more VPN connections.
sourcepub fn get_vpn_connections(&self) -> &Option<Vec<VpnConnection>>
pub fn get_vpn_connections(&self) -> &Option<Vec<VpnConnection>>
Information about one or more VPN connections.
sourcepub fn build(self) -> DescribeVpnConnectionsOutput
pub fn build(self) -> DescribeVpnConnectionsOutput
Consumes the builder and constructs a DescribeVpnConnectionsOutput.
Trait Implementations§
source§impl Clone for DescribeVpnConnectionsOutputBuilder
impl Clone for DescribeVpnConnectionsOutputBuilder
source§fn clone(&self) -> DescribeVpnConnectionsOutputBuilder
fn clone(&self) -> DescribeVpnConnectionsOutputBuilder
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 DescribeVpnConnectionsOutputBuilder
impl Default for DescribeVpnConnectionsOutputBuilder
source§fn default() -> DescribeVpnConnectionsOutputBuilder
fn default() -> DescribeVpnConnectionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeVpnConnectionsOutputBuilder> for DescribeVpnConnectionsOutputBuilder
impl PartialEq<DescribeVpnConnectionsOutputBuilder> for DescribeVpnConnectionsOutputBuilder
source§fn eq(&self, other: &DescribeVpnConnectionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeVpnConnectionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeVpnConnectionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeVpnConnectionsOutputBuilder
impl Send for DescribeVpnConnectionsOutputBuilder
impl Sync for DescribeVpnConnectionsOutputBuilder
impl Unpin for DescribeVpnConnectionsOutputBuilder
impl UnwindSafe for DescribeVpnConnectionsOutputBuilder
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