Struct aws_sdk_ec2::operation::describe_vpc_endpoint_connection_notifications::builders::DescribeVpcEndpointConnectionNotificationsOutputBuilder
source · #[non_exhaustive]pub struct DescribeVpcEndpointConnectionNotificationsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeVpcEndpointConnectionNotificationsOutput.
Implementations§
source§impl DescribeVpcEndpointConnectionNotificationsOutputBuilder
impl DescribeVpcEndpointConnectionNotificationsOutputBuilder
sourcepub fn connection_notification_set(self, input: ConnectionNotification) -> Self
pub fn connection_notification_set(self, input: ConnectionNotification) -> Self
Appends an item to connection_notification_set.
To override the contents of this collection use set_connection_notification_set.
The notifications.
sourcepub fn set_connection_notification_set(
self,
input: Option<Vec<ConnectionNotification>>
) -> Self
pub fn set_connection_notification_set( self, input: Option<Vec<ConnectionNotification>> ) -> Self
The notifications.
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 build(self) -> DescribeVpcEndpointConnectionNotificationsOutput
pub fn build(self) -> DescribeVpcEndpointConnectionNotificationsOutput
Consumes the builder and constructs a DescribeVpcEndpointConnectionNotificationsOutput.
Trait Implementations§
source§impl Clone for DescribeVpcEndpointConnectionNotificationsOutputBuilder
impl Clone for DescribeVpcEndpointConnectionNotificationsOutputBuilder
source§fn clone(&self) -> DescribeVpcEndpointConnectionNotificationsOutputBuilder
fn clone(&self) -> DescribeVpcEndpointConnectionNotificationsOutputBuilder
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 DescribeVpcEndpointConnectionNotificationsOutputBuilder
impl Default for DescribeVpcEndpointConnectionNotificationsOutputBuilder
source§fn default() -> DescribeVpcEndpointConnectionNotificationsOutputBuilder
fn default() -> DescribeVpcEndpointConnectionNotificationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeVpcEndpointConnectionNotificationsOutputBuilder> for DescribeVpcEndpointConnectionNotificationsOutputBuilder
impl PartialEq<DescribeVpcEndpointConnectionNotificationsOutputBuilder> for DescribeVpcEndpointConnectionNotificationsOutputBuilder
source§fn eq(
&self,
other: &DescribeVpcEndpointConnectionNotificationsOutputBuilder
) -> bool
fn eq( &self, other: &DescribeVpcEndpointConnectionNotificationsOutputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.