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