Struct aws_sdk_migrationhubrefactorspaces::operation::get_route::builders::GetRouteInputBuilder
source · #[non_exhaustive]pub struct GetRouteInputBuilder { /* private fields */ }Expand description
A builder for GetRouteInput.
Implementations§
source§impl GetRouteInputBuilder
impl GetRouteInputBuilder
sourcepub fn environment_identifier(self, input: impl Into<String>) -> Self
pub fn environment_identifier(self, input: impl Into<String>) -> Self
The ID of the environment.
sourcepub fn set_environment_identifier(self, input: Option<String>) -> Self
pub fn set_environment_identifier(self, input: Option<String>) -> Self
The ID of the environment.
sourcepub fn get_environment_identifier(&self) -> &Option<String>
pub fn get_environment_identifier(&self) -> &Option<String>
The ID of the environment.
sourcepub fn application_identifier(self, input: impl Into<String>) -> Self
pub fn application_identifier(self, input: impl Into<String>) -> Self
The ID of the application.
sourcepub fn set_application_identifier(self, input: Option<String>) -> Self
pub fn set_application_identifier(self, input: Option<String>) -> Self
The ID of the application.
sourcepub fn get_application_identifier(&self) -> &Option<String>
pub fn get_application_identifier(&self) -> &Option<String>
The ID of the application.
sourcepub fn route_identifier(self, input: impl Into<String>) -> Self
pub fn route_identifier(self, input: impl Into<String>) -> Self
The ID of the route.
sourcepub fn set_route_identifier(self, input: Option<String>) -> Self
pub fn set_route_identifier(self, input: Option<String>) -> Self
The ID of the route.
sourcepub fn get_route_identifier(&self) -> &Option<String>
pub fn get_route_identifier(&self) -> &Option<String>
The ID of the route.
sourcepub fn build(self) -> Result<GetRouteInput, BuildError>
pub fn build(self) -> Result<GetRouteInput, BuildError>
Consumes the builder and constructs a GetRouteInput.
source§impl GetRouteInputBuilder
impl GetRouteInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetRouteOutput, SdkError<GetRouteError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetRouteOutput, SdkError<GetRouteError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetRouteInputBuilder
impl Clone for GetRouteInputBuilder
source§fn clone(&self) -> GetRouteInputBuilder
fn clone(&self) -> GetRouteInputBuilder
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 GetRouteInputBuilder
impl Debug for GetRouteInputBuilder
source§impl Default for GetRouteInputBuilder
impl Default for GetRouteInputBuilder
source§fn default() -> GetRouteInputBuilder
fn default() -> GetRouteInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRouteInputBuilder> for GetRouteInputBuilder
impl PartialEq<GetRouteInputBuilder> for GetRouteInputBuilder
source§fn eq(&self, other: &GetRouteInputBuilder) -> bool
fn eq(&self, other: &GetRouteInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetRouteInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetRouteInputBuilder
impl Send for GetRouteInputBuilder
impl Sync for GetRouteInputBuilder
impl Unpin for GetRouteInputBuilder
impl UnwindSafe for GetRouteInputBuilder
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