Struct aws_sdk_ec2::operation::delete_vpc_endpoint_connection_notifications::builders::DeleteVpcEndpointConnectionNotificationsOutputBuilder
source · #[non_exhaustive]pub struct DeleteVpcEndpointConnectionNotificationsOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteVpcEndpointConnectionNotificationsOutput
.
Implementations§
source§impl DeleteVpcEndpointConnectionNotificationsOutputBuilder
impl DeleteVpcEndpointConnectionNotificationsOutputBuilder
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 notifications that could not be deleted successfully.
sourcepub fn set_unsuccessful(self, input: Option<Vec<UnsuccessfulItem>>) -> Self
pub fn set_unsuccessful(self, input: Option<Vec<UnsuccessfulItem>>) -> Self
Information about the notifications that could not be deleted successfully.
sourcepub fn get_unsuccessful(&self) -> &Option<Vec<UnsuccessfulItem>>
pub fn get_unsuccessful(&self) -> &Option<Vec<UnsuccessfulItem>>
Information about the notifications that could not be deleted successfully.
sourcepub fn build(self) -> DeleteVpcEndpointConnectionNotificationsOutput
pub fn build(self) -> DeleteVpcEndpointConnectionNotificationsOutput
Consumes the builder and constructs a DeleteVpcEndpointConnectionNotificationsOutput
.
Trait Implementations§
source§impl Clone for DeleteVpcEndpointConnectionNotificationsOutputBuilder
impl Clone for DeleteVpcEndpointConnectionNotificationsOutputBuilder
source§fn clone(&self) -> DeleteVpcEndpointConnectionNotificationsOutputBuilder
fn clone(&self) -> DeleteVpcEndpointConnectionNotificationsOutputBuilder
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 DeleteVpcEndpointConnectionNotificationsOutputBuilder
impl Default for DeleteVpcEndpointConnectionNotificationsOutputBuilder
source§fn default() -> DeleteVpcEndpointConnectionNotificationsOutputBuilder
fn default() -> DeleteVpcEndpointConnectionNotificationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteVpcEndpointConnectionNotificationsOutputBuilder> for DeleteVpcEndpointConnectionNotificationsOutputBuilder
impl PartialEq<DeleteVpcEndpointConnectionNotificationsOutputBuilder> for DeleteVpcEndpointConnectionNotificationsOutputBuilder
source§fn eq(
&self,
other: &DeleteVpcEndpointConnectionNotificationsOutputBuilder
) -> bool
fn eq( &self, other: &DeleteVpcEndpointConnectionNotificationsOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteVpcEndpointConnectionNotificationsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteVpcEndpointConnectionNotificationsOutputBuilder
impl Send for DeleteVpcEndpointConnectionNotificationsOutputBuilder
impl Sync for DeleteVpcEndpointConnectionNotificationsOutputBuilder
impl Unpin for DeleteVpcEndpointConnectionNotificationsOutputBuilder
impl UnwindSafe for DeleteVpcEndpointConnectionNotificationsOutputBuilder
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