Struct aws_sdk_appmesh::operation::create_virtual_gateway::builders::CreateVirtualGatewayOutputBuilder
source · #[non_exhaustive]pub struct CreateVirtualGatewayOutputBuilder { /* private fields */ }Expand description
A builder for CreateVirtualGatewayOutput.
Implementations§
source§impl CreateVirtualGatewayOutputBuilder
impl CreateVirtualGatewayOutputBuilder
sourcepub fn virtual_gateway(self, input: VirtualGatewayData) -> Self
pub fn virtual_gateway(self, input: VirtualGatewayData) -> Self
The full description of your virtual gateway following the create call.
sourcepub fn set_virtual_gateway(self, input: Option<VirtualGatewayData>) -> Self
pub fn set_virtual_gateway(self, input: Option<VirtualGatewayData>) -> Self
The full description of your virtual gateway following the create call.
sourcepub fn build(self) -> CreateVirtualGatewayOutput
pub fn build(self) -> CreateVirtualGatewayOutput
Consumes the builder and constructs a CreateVirtualGatewayOutput.
Trait Implementations§
source§impl Clone for CreateVirtualGatewayOutputBuilder
impl Clone for CreateVirtualGatewayOutputBuilder
source§fn clone(&self) -> CreateVirtualGatewayOutputBuilder
fn clone(&self) -> CreateVirtualGatewayOutputBuilder
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 CreateVirtualGatewayOutputBuilder
impl Default for CreateVirtualGatewayOutputBuilder
source§fn default() -> CreateVirtualGatewayOutputBuilder
fn default() -> CreateVirtualGatewayOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateVirtualGatewayOutputBuilder> for CreateVirtualGatewayOutputBuilder
impl PartialEq<CreateVirtualGatewayOutputBuilder> for CreateVirtualGatewayOutputBuilder
source§fn eq(&self, other: &CreateVirtualGatewayOutputBuilder) -> bool
fn eq(&self, other: &CreateVirtualGatewayOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.