Struct aws_sdk_ec2::operation::create_vpc_peering_connection::builders::CreateVpcPeeringConnectionOutputBuilder
source · #[non_exhaustive]pub struct CreateVpcPeeringConnectionOutputBuilder { /* private fields */ }Expand description
A builder for CreateVpcPeeringConnectionOutput.
Implementations§
source§impl CreateVpcPeeringConnectionOutputBuilder
impl CreateVpcPeeringConnectionOutputBuilder
sourcepub fn vpc_peering_connection(self, input: VpcPeeringConnection) -> Self
pub fn vpc_peering_connection(self, input: VpcPeeringConnection) -> Self
Information about the VPC peering connection.
sourcepub fn set_vpc_peering_connection(
self,
input: Option<VpcPeeringConnection>
) -> Self
pub fn set_vpc_peering_connection( self, input: Option<VpcPeeringConnection> ) -> Self
Information about the VPC peering connection.
sourcepub fn build(self) -> CreateVpcPeeringConnectionOutput
pub fn build(self) -> CreateVpcPeeringConnectionOutput
Consumes the builder and constructs a CreateVpcPeeringConnectionOutput.
Trait Implementations§
source§impl Clone for CreateVpcPeeringConnectionOutputBuilder
impl Clone for CreateVpcPeeringConnectionOutputBuilder
source§fn clone(&self) -> CreateVpcPeeringConnectionOutputBuilder
fn clone(&self) -> CreateVpcPeeringConnectionOutputBuilder
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 CreateVpcPeeringConnectionOutputBuilder
impl Default for CreateVpcPeeringConnectionOutputBuilder
source§fn default() -> CreateVpcPeeringConnectionOutputBuilder
fn default() -> CreateVpcPeeringConnectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateVpcPeeringConnectionOutputBuilder> for CreateVpcPeeringConnectionOutputBuilder
impl PartialEq<CreateVpcPeeringConnectionOutputBuilder> for CreateVpcPeeringConnectionOutputBuilder
source§fn eq(&self, other: &CreateVpcPeeringConnectionOutputBuilder) -> bool
fn eq(&self, other: &CreateVpcPeeringConnectionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.