Struct aws_sdk_ec2::operation::describe_client_vpn_connections::builders::DescribeClientVpnConnectionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeClientVpnConnectionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeClientVpnConnectionsOutput.
Implementations§
source§impl DescribeClientVpnConnectionsOutputBuilder
impl DescribeClientVpnConnectionsOutputBuilder
sourcepub fn connections(self, input: ClientVpnConnection) -> Self
pub fn connections(self, input: ClientVpnConnection) -> Self
Appends an item to connections.
To override the contents of this collection use set_connections.
Information about the active and terminated client connections.
sourcepub fn set_connections(self, input: Option<Vec<ClientVpnConnection>>) -> Self
pub fn set_connections(self, input: Option<Vec<ClientVpnConnection>>) -> Self
Information about the active and terminated client connections.
sourcepub fn get_connections(&self) -> &Option<Vec<ClientVpnConnection>>
pub fn get_connections(&self) -> &Option<Vec<ClientVpnConnection>>
Information about the active and terminated client connections.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn build(self) -> DescribeClientVpnConnectionsOutput
pub fn build(self) -> DescribeClientVpnConnectionsOutput
Consumes the builder and constructs a DescribeClientVpnConnectionsOutput.
Trait Implementations§
source§impl Clone for DescribeClientVpnConnectionsOutputBuilder
impl Clone for DescribeClientVpnConnectionsOutputBuilder
source§fn clone(&self) -> DescribeClientVpnConnectionsOutputBuilder
fn clone(&self) -> DescribeClientVpnConnectionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeClientVpnConnectionsOutputBuilder
impl Default for DescribeClientVpnConnectionsOutputBuilder
source§fn default() -> DescribeClientVpnConnectionsOutputBuilder
fn default() -> DescribeClientVpnConnectionsOutputBuilder
source§impl PartialEq<DescribeClientVpnConnectionsOutputBuilder> for DescribeClientVpnConnectionsOutputBuilder
impl PartialEq<DescribeClientVpnConnectionsOutputBuilder> for DescribeClientVpnConnectionsOutputBuilder
source§fn eq(&self, other: &DescribeClientVpnConnectionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeClientVpnConnectionsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.