Struct aws_sdk_ec2::operation::create_vpc_endpoint_connection_notification::builders::CreateVpcEndpointConnectionNotificationOutputBuilder
source · #[non_exhaustive]pub struct CreateVpcEndpointConnectionNotificationOutputBuilder { /* private fields */ }
Expand description
A builder for CreateVpcEndpointConnectionNotificationOutput
.
Implementations§
source§impl CreateVpcEndpointConnectionNotificationOutputBuilder
impl CreateVpcEndpointConnectionNotificationOutputBuilder
sourcepub fn connection_notification(self, input: ConnectionNotification) -> Self
pub fn connection_notification(self, input: ConnectionNotification) -> Self
Information about the notification.
sourcepub fn set_connection_notification(
self,
input: Option<ConnectionNotification>
) -> Self
pub fn set_connection_notification( self, input: Option<ConnectionNotification> ) -> Self
Information about the notification.
sourcepub fn get_connection_notification(&self) -> &Option<ConnectionNotification>
pub fn get_connection_notification(&self) -> &Option<ConnectionNotification>
Information about the notification.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn build(self) -> CreateVpcEndpointConnectionNotificationOutput
pub fn build(self) -> CreateVpcEndpointConnectionNotificationOutput
Consumes the builder and constructs a CreateVpcEndpointConnectionNotificationOutput
.
Trait Implementations§
source§impl Clone for CreateVpcEndpointConnectionNotificationOutputBuilder
impl Clone for CreateVpcEndpointConnectionNotificationOutputBuilder
source§fn clone(&self) -> CreateVpcEndpointConnectionNotificationOutputBuilder
fn clone(&self) -> CreateVpcEndpointConnectionNotificationOutputBuilder
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 CreateVpcEndpointConnectionNotificationOutputBuilder
impl Default for CreateVpcEndpointConnectionNotificationOutputBuilder
source§fn default() -> CreateVpcEndpointConnectionNotificationOutputBuilder
fn default() -> CreateVpcEndpointConnectionNotificationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateVpcEndpointConnectionNotificationOutputBuilder> for CreateVpcEndpointConnectionNotificationOutputBuilder
impl PartialEq<CreateVpcEndpointConnectionNotificationOutputBuilder> for CreateVpcEndpointConnectionNotificationOutputBuilder
source§fn eq(
&self,
other: &CreateVpcEndpointConnectionNotificationOutputBuilder
) -> bool
fn eq( &self, other: &CreateVpcEndpointConnectionNotificationOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateVpcEndpointConnectionNotificationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateVpcEndpointConnectionNotificationOutputBuilder
impl Send for CreateVpcEndpointConnectionNotificationOutputBuilder
impl Sync for CreateVpcEndpointConnectionNotificationOutputBuilder
impl Unpin for CreateVpcEndpointConnectionNotificationOutputBuilder
impl UnwindSafe for CreateVpcEndpointConnectionNotificationOutputBuilder
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