#[non_exhaustive]pub struct VpcIngressConnectionSummaryBuilder { /* private fields */ }Expand description
A builder for VpcIngressConnectionSummary.
Implementations§
source§impl VpcIngressConnectionSummaryBuilder
impl VpcIngressConnectionSummaryBuilder
sourcepub fn vpc_ingress_connection_arn(self, input: impl Into<String>) -> Self
pub fn vpc_ingress_connection_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
sourcepub fn set_vpc_ingress_connection_arn(self, input: Option<String>) -> Self
pub fn set_vpc_ingress_connection_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
sourcepub fn get_vpc_ingress_connection_arn(&self) -> &Option<String>
pub fn get_vpc_ingress_connection_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
sourcepub fn service_arn(self, input: impl Into<String>) -> Self
pub fn service_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
sourcepub fn set_service_arn(self, input: Option<String>) -> Self
pub fn set_service_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
sourcepub fn get_service_arn(&self) -> &Option<String>
pub fn get_service_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
sourcepub fn build(self) -> VpcIngressConnectionSummary
pub fn build(self) -> VpcIngressConnectionSummary
Consumes the builder and constructs a VpcIngressConnectionSummary.
Trait Implementations§
source§impl Clone for VpcIngressConnectionSummaryBuilder
impl Clone for VpcIngressConnectionSummaryBuilder
source§fn clone(&self) -> VpcIngressConnectionSummaryBuilder
fn clone(&self) -> VpcIngressConnectionSummaryBuilder
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 VpcIngressConnectionSummaryBuilder
impl Default for VpcIngressConnectionSummaryBuilder
source§fn default() -> VpcIngressConnectionSummaryBuilder
fn default() -> VpcIngressConnectionSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for VpcIngressConnectionSummaryBuilder
impl PartialEq for VpcIngressConnectionSummaryBuilder
source§fn eq(&self, other: &VpcIngressConnectionSummaryBuilder) -> bool
fn eq(&self, other: &VpcIngressConnectionSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VpcIngressConnectionSummaryBuilder
Auto Trait Implementations§
impl Freeze for VpcIngressConnectionSummaryBuilder
impl RefUnwindSafe for VpcIngressConnectionSummaryBuilder
impl Send for VpcIngressConnectionSummaryBuilder
impl Sync for VpcIngressConnectionSummaryBuilder
impl Unpin for VpcIngressConnectionSummaryBuilder
impl UnwindSafe for VpcIngressConnectionSummaryBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.