Struct aws_sdk_networkmanager::operation::get_route_analysis::builders::GetRouteAnalysisOutputBuilder
source · #[non_exhaustive]pub struct GetRouteAnalysisOutputBuilder { /* private fields */ }
Expand description
A builder for GetRouteAnalysisOutput
.
Implementations§
source§impl GetRouteAnalysisOutputBuilder
impl GetRouteAnalysisOutputBuilder
sourcepub fn route_analysis(self, input: RouteAnalysis) -> Self
pub fn route_analysis(self, input: RouteAnalysis) -> Self
The route analysis.
sourcepub fn set_route_analysis(self, input: Option<RouteAnalysis>) -> Self
pub fn set_route_analysis(self, input: Option<RouteAnalysis>) -> Self
The route analysis.
sourcepub fn build(self) -> GetRouteAnalysisOutput
pub fn build(self) -> GetRouteAnalysisOutput
Consumes the builder and constructs a GetRouteAnalysisOutput
.
Trait Implementations§
source§impl Clone for GetRouteAnalysisOutputBuilder
impl Clone for GetRouteAnalysisOutputBuilder
source§fn clone(&self) -> GetRouteAnalysisOutputBuilder
fn clone(&self) -> GetRouteAnalysisOutputBuilder
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 Default for GetRouteAnalysisOutputBuilder
impl Default for GetRouteAnalysisOutputBuilder
source§fn default() -> GetRouteAnalysisOutputBuilder
fn default() -> GetRouteAnalysisOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRouteAnalysisOutputBuilder> for GetRouteAnalysisOutputBuilder
impl PartialEq<GetRouteAnalysisOutputBuilder> for GetRouteAnalysisOutputBuilder
source§fn eq(&self, other: &GetRouteAnalysisOutputBuilder) -> bool
fn eq(&self, other: &GetRouteAnalysisOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.