Struct aws_sdk_appmesh::model::GrpcGatewayRouteRewrite
source · #[non_exhaustive]pub struct GrpcGatewayRouteRewrite { /* private fields */ }
Expand description
An object that represents the gateway route to rewrite.
Implementations§
source§impl GrpcGatewayRouteRewrite
impl GrpcGatewayRouteRewrite
sourcepub fn hostname(&self) -> Option<&GatewayRouteHostnameRewrite>
pub fn hostname(&self) -> Option<&GatewayRouteHostnameRewrite>
The host name of the gateway route to rewrite.
source§impl GrpcGatewayRouteRewrite
impl GrpcGatewayRouteRewrite
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GrpcGatewayRouteRewrite
.
Trait Implementations§
source§impl Clone for GrpcGatewayRouteRewrite
impl Clone for GrpcGatewayRouteRewrite
source§fn clone(&self) -> GrpcGatewayRouteRewrite
fn clone(&self) -> GrpcGatewayRouteRewrite
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