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