Struct aws_sdk_appmesh::model::HttpGatewayRoute
source · #[non_exhaustive]pub struct HttpGatewayRoute { /* private fields */ }
Expand description
An object that represents an HTTP gateway route.
Implementations§
source§impl HttpGatewayRoute
impl HttpGatewayRoute
sourcepub fn match(&self) -> Option<&HttpGatewayRouteMatch>
pub fn match(&self) -> Option<&HttpGatewayRouteMatch>
An object that represents the criteria for determining a request match.
sourcepub fn action(&self) -> Option<&HttpGatewayRouteAction>
pub fn action(&self) -> Option<&HttpGatewayRouteAction>
An object that represents the action to take if a match is determined.
source§impl HttpGatewayRoute
impl HttpGatewayRoute
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HttpGatewayRoute
.
Trait Implementations§
source§impl Clone for HttpGatewayRoute
impl Clone for HttpGatewayRoute
source§fn clone(&self) -> HttpGatewayRoute
fn clone(&self) -> HttpGatewayRoute
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 HttpGatewayRoute
impl Debug for HttpGatewayRoute
source§impl PartialEq<HttpGatewayRoute> for HttpGatewayRoute
impl PartialEq<HttpGatewayRoute> for HttpGatewayRoute
source§fn eq(&self, other: &HttpGatewayRoute) -> bool
fn eq(&self, other: &HttpGatewayRoute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.