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