#[non_exhaustive]pub struct GetRouteAnalysisInput { /* private fields */ }
Implementations§
source§impl GetRouteAnalysisInput
impl GetRouteAnalysisInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRouteAnalysis, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRouteAnalysis, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRouteAnalysis
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRouteAnalysisInput
.
source§impl GetRouteAnalysisInput
impl GetRouteAnalysisInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn route_analysis_id(&self) -> Option<&str>
pub fn route_analysis_id(&self) -> Option<&str>
The ID of the route analysis.
Trait Implementations§
source§impl Clone for GetRouteAnalysisInput
impl Clone for GetRouteAnalysisInput
source§fn clone(&self) -> GetRouteAnalysisInput
fn clone(&self) -> GetRouteAnalysisInput
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 GetRouteAnalysisInput
impl Debug for GetRouteAnalysisInput
source§impl PartialEq<GetRouteAnalysisInput> for GetRouteAnalysisInput
impl PartialEq<GetRouteAnalysisInput> for GetRouteAnalysisInput
source§fn eq(&self, other: &GetRouteAnalysisInput) -> bool
fn eq(&self, other: &GetRouteAnalysisInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.