#[non_exhaustive]pub struct GatewayRouteHostnameRewrite { /* private fields */ }
Expand description
An object representing the gateway route host name to rewrite.
Implementations§
source§impl GatewayRouteHostnameRewrite
impl GatewayRouteHostnameRewrite
sourcepub fn default_target_hostname(&self) -> Option<&DefaultGatewayRouteRewrite>
pub fn default_target_hostname(&self) -> Option<&DefaultGatewayRouteRewrite>
The default target host name to write to.
source§impl GatewayRouteHostnameRewrite
impl GatewayRouteHostnameRewrite
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GatewayRouteHostnameRewrite
.
Trait Implementations§
source§impl Clone for GatewayRouteHostnameRewrite
impl Clone for GatewayRouteHostnameRewrite
source§fn clone(&self) -> GatewayRouteHostnameRewrite
fn clone(&self) -> GatewayRouteHostnameRewrite
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 more