#[non_exhaustive]pub struct GetRouteInput { /* private fields */ }Implementations§
source§impl GetRouteInput
impl GetRouteInput
sourcepub fn environment_identifier(&self) -> Option<&str>
pub fn environment_identifier(&self) -> Option<&str>
The ID of the environment.
sourcepub fn application_identifier(&self) -> Option<&str>
pub fn application_identifier(&self) -> Option<&str>
The ID of the application.
sourcepub fn route_identifier(&self) -> Option<&str>
pub fn route_identifier(&self) -> Option<&str>
The ID of the route.
source§impl GetRouteInput
impl GetRouteInput
sourcepub fn builder() -> GetRouteInputBuilder
pub fn builder() -> GetRouteInputBuilder
Creates a new builder-style object to manufacture GetRouteInput.
source§impl GetRouteInput
impl GetRouteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRoute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetRoute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRoute>
Trait Implementations§
source§impl Clone for GetRouteInput
impl Clone for GetRouteInput
source§fn clone(&self) -> GetRouteInput
fn clone(&self) -> GetRouteInput
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 GetRouteInput
impl Debug for GetRouteInput
source§impl PartialEq<GetRouteInput> for GetRouteInput
impl PartialEq<GetRouteInput> for GetRouteInput
source§fn eq(&self, other: &GetRouteInput) -> bool
fn eq(&self, other: &GetRouteInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetRouteInput
Auto Trait Implementations§
impl RefUnwindSafe for GetRouteInput
impl Send for GetRouteInput
impl Sync for GetRouteInput
impl Unpin for GetRouteInput
impl UnwindSafe for GetRouteInput
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