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