#[non_exhaustive]pub struct UpdateRouteInput { /* private fields */ }Implementations
sourceimpl UpdateRouteInput
impl UpdateRouteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRoute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRoute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRoute>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRouteInput.
sourceimpl UpdateRouteInput
impl UpdateRouteInput
sourcepub fn environment_identifier(&self) -> Option<&str>
pub fn environment_identifier(&self) -> Option<&str>
The ID of the environment in which the route is being updated.
sourcepub fn application_identifier(&self) -> Option<&str>
pub fn application_identifier(&self) -> Option<&str>
The ID of the application within which the route is being updated.
sourcepub fn route_identifier(&self) -> Option<&str>
pub fn route_identifier(&self) -> Option<&str>
The unique identifier of the route to update.
sourcepub fn activation_state(&self) -> Option<&RouteActivationState>
pub fn activation_state(&self) -> Option<&RouteActivationState>
If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.
Trait Implementations
sourceimpl Clone for UpdateRouteInput
impl Clone for UpdateRouteInput
sourcefn clone(&self) -> UpdateRouteInput
fn clone(&self) -> UpdateRouteInput
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 UpdateRouteInput
impl Debug for UpdateRouteInput
sourceimpl PartialEq<UpdateRouteInput> for UpdateRouteInput
impl PartialEq<UpdateRouteInput> for UpdateRouteInput
sourcefn eq(&self, other: &UpdateRouteInput) -> bool
fn eq(&self, other: &UpdateRouteInput) -> bool
impl StructuralPartialEq for UpdateRouteInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateRouteInput
impl Send for UpdateRouteInput
impl Sync for UpdateRouteInput
impl Unpin for UpdateRouteInput
impl UnwindSafe for UpdateRouteInput
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