#[non_exhaustive]pub struct GetRouteAnalysisInput { /* private fields */ }
Implementations§
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.
source§impl GetRouteAnalysisInput
impl GetRouteAnalysisInput
sourcepub fn builder() -> GetRouteAnalysisInputBuilder
pub fn builder() -> GetRouteAnalysisInputBuilder
Creates a new builder-style object to manufacture GetRouteAnalysisInput
.
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
>
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 ==
.impl StructuralPartialEq for GetRouteAnalysisInput
Auto Trait Implementations§
impl RefUnwindSafe for GetRouteAnalysisInput
impl Send for GetRouteAnalysisInput
impl Sync for GetRouteAnalysisInput
impl Unpin for GetRouteAnalysisInput
impl UnwindSafe for GetRouteAnalysisInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more