#[non_exhaustive]pub struct GetRouteInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRouteInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for GetRouteInput
impl Clone for GetRouteInput
sourcefn clone(&self) -> GetRouteInput
fn clone(&self) -> GetRouteInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetRouteInput
impl Debug for GetRouteInput
sourceimpl PartialEq<GetRouteInput> for GetRouteInput
impl PartialEq<GetRouteInput> for GetRouteInput
sourcefn eq(&self, other: &GetRouteInput) -> bool
fn eq(&self, other: &GetRouteInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more