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