pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteVirtualGatewayOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn virtual_gateway(self, input: VirtualGatewayData) -> Self
pub fn virtual_gateway(self, input: VirtualGatewayData) -> Self
The virtual gateway that was deleted.
sourcepub fn set_virtual_gateway(self, input: Option<VirtualGatewayData>) -> Self
pub fn set_virtual_gateway(self, input: Option<VirtualGatewayData>) -> Self
The virtual gateway that was deleted.
sourcepub fn build(self) -> DeleteVirtualGatewayOutput
pub fn build(self) -> DeleteVirtualGatewayOutput
Consumes the builder and constructs a DeleteVirtualGatewayOutput
.