Struct aws_sdk_appmesh::model::GrpcGatewayRouteMatch
source · #[non_exhaustive]pub struct GrpcGatewayRouteMatch { /* private fields */ }
Expand description
An object that represents the criteria for determining a request match.
Implementations§
source§impl GrpcGatewayRouteMatch
impl GrpcGatewayRouteMatch
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The fully qualified domain name for the service to match from the request.
sourcepub fn hostname(&self) -> Option<&GatewayRouteHostnameMatch>
pub fn hostname(&self) -> Option<&GatewayRouteHostnameMatch>
The gateway route host name to be matched on.
sourcepub fn metadata(&self) -> Option<&[GrpcGatewayRouteMetadata]>
pub fn metadata(&self) -> Option<&[GrpcGatewayRouteMetadata]>
The gateway route metadata to be matched on.
source§impl GrpcGatewayRouteMatch
impl GrpcGatewayRouteMatch
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GrpcGatewayRouteMatch
.
Trait Implementations§
source§impl Clone for GrpcGatewayRouteMatch
impl Clone for GrpcGatewayRouteMatch
source§fn clone(&self) -> GrpcGatewayRouteMatch
fn clone(&self) -> GrpcGatewayRouteMatch
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 moresource§impl Debug for GrpcGatewayRouteMatch
impl Debug for GrpcGatewayRouteMatch
source§impl PartialEq<GrpcGatewayRouteMatch> for GrpcGatewayRouteMatch
impl PartialEq<GrpcGatewayRouteMatch> for GrpcGatewayRouteMatch
source§fn eq(&self, other: &GrpcGatewayRouteMatch) -> bool
fn eq(&self, other: &GrpcGatewayRouteMatch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.