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