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