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