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