Struct aws_sdk_ec2::operation::modify_vpc_endpoint_connection_notification::builders::ModifyVpcEndpointConnectionNotificationOutputBuilder
source · #[non_exhaustive]pub struct ModifyVpcEndpointConnectionNotificationOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyVpcEndpointConnectionNotificationOutput
.
Implementations§
source§impl ModifyVpcEndpointConnectionNotificationOutputBuilder
impl ModifyVpcEndpointConnectionNotificationOutputBuilder
sourcepub fn return_value(self, input: bool) -> Self
pub fn return_value(self, input: bool) -> Self
Returns true
if the request succeeds; otherwise, it returns an error.
sourcepub fn set_return_value(self, input: Option<bool>) -> Self
pub fn set_return_value(self, input: Option<bool>) -> Self
Returns true
if the request succeeds; otherwise, it returns an error.
sourcepub fn get_return_value(&self) -> &Option<bool>
pub fn get_return_value(&self) -> &Option<bool>
Returns true
if the request succeeds; otherwise, it returns an error.
sourcepub fn build(self) -> ModifyVpcEndpointConnectionNotificationOutput
pub fn build(self) -> ModifyVpcEndpointConnectionNotificationOutput
Consumes the builder and constructs a ModifyVpcEndpointConnectionNotificationOutput
.
Trait Implementations§
source§impl Clone for ModifyVpcEndpointConnectionNotificationOutputBuilder
impl Clone for ModifyVpcEndpointConnectionNotificationOutputBuilder
source§fn clone(&self) -> ModifyVpcEndpointConnectionNotificationOutputBuilder
fn clone(&self) -> ModifyVpcEndpointConnectionNotificationOutputBuilder
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 ModifyVpcEndpointConnectionNotificationOutputBuilder
impl Default for ModifyVpcEndpointConnectionNotificationOutputBuilder
source§fn default() -> ModifyVpcEndpointConnectionNotificationOutputBuilder
fn default() -> ModifyVpcEndpointConnectionNotificationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyVpcEndpointConnectionNotificationOutputBuilder> for ModifyVpcEndpointConnectionNotificationOutputBuilder
impl PartialEq<ModifyVpcEndpointConnectionNotificationOutputBuilder> for ModifyVpcEndpointConnectionNotificationOutputBuilder
source§fn eq(
&self,
other: &ModifyVpcEndpointConnectionNotificationOutputBuilder
) -> bool
fn eq( &self, other: &ModifyVpcEndpointConnectionNotificationOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModifyVpcEndpointConnectionNotificationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ModifyVpcEndpointConnectionNotificationOutputBuilder
impl Send for ModifyVpcEndpointConnectionNotificationOutputBuilder
impl Sync for ModifyVpcEndpointConnectionNotificationOutputBuilder
impl Unpin for ModifyVpcEndpointConnectionNotificationOutputBuilder
impl UnwindSafe for ModifyVpcEndpointConnectionNotificationOutputBuilder
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