#[non_exhaustive]pub struct StartRouteAnalysisInput { /* private fields */ }
Implementations§
source§impl StartRouteAnalysisInput
impl StartRouteAnalysisInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartRouteAnalysis, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartRouteAnalysis, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartRouteAnalysis
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartRouteAnalysisInput
.
source§impl StartRouteAnalysisInput
impl StartRouteAnalysisInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn source(&self) -> Option<&RouteAnalysisEndpointOptionsSpecification>
pub fn source(&self) -> Option<&RouteAnalysisEndpointOptionsSpecification>
The source from which traffic originates.
sourcepub fn destination(&self) -> Option<&RouteAnalysisEndpointOptionsSpecification>
pub fn destination(&self) -> Option<&RouteAnalysisEndpointOptionsSpecification>
The destination.
sourcepub fn include_return_path(&self) -> bool
pub fn include_return_path(&self) -> bool
Indicates whether to analyze the return path. The default is false
.
sourcepub fn use_middleboxes(&self) -> bool
pub fn use_middleboxes(&self) -> bool
Indicates whether to include the location of middlebox appliances in the route analysis. The default is false
.
Trait Implementations§
source§impl Clone for StartRouteAnalysisInput
impl Clone for StartRouteAnalysisInput
source§fn clone(&self) -> StartRouteAnalysisInput
fn clone(&self) -> StartRouteAnalysisInput
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 StartRouteAnalysisInput
impl Debug for StartRouteAnalysisInput
source§impl PartialEq<StartRouteAnalysisInput> for StartRouteAnalysisInput
impl PartialEq<StartRouteAnalysisInput> for StartRouteAnalysisInput
source§fn eq(&self, other: &StartRouteAnalysisInput) -> bool
fn eq(&self, other: &StartRouteAnalysisInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.