Struct aws_sdk_migrationhubrefactorspaces::operation::delete_route::builders::DeleteRouteOutputBuilder
source · #[non_exhaustive]pub struct DeleteRouteOutputBuilder { /* private fields */ }Expand description
A builder for DeleteRouteOutput.
Implementations§
source§impl DeleteRouteOutputBuilder
impl DeleteRouteOutputBuilder
sourcepub fn set_route_id(self, input: Option<String>) -> Self
pub fn set_route_id(self, input: Option<String>) -> Self
The ID of the route to delete.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the route.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the route.
sourcepub fn service_id(self, input: impl Into<String>) -> Self
pub fn service_id(self, input: impl Into<String>) -> Self
The ID of the service that the route belongs to.
sourcepub fn set_service_id(self, input: Option<String>) -> Self
pub fn set_service_id(self, input: Option<String>) -> Self
The ID of the service that the route belongs to.
sourcepub fn application_id(self, input: impl Into<String>) -> Self
pub fn application_id(self, input: impl Into<String>) -> Self
The ID of the application that the route belongs to.
sourcepub fn set_application_id(self, input: Option<String>) -> Self
pub fn set_application_id(self, input: Option<String>) -> Self
The ID of the application that the route belongs to.
sourcepub fn state(self, input: RouteState) -> Self
pub fn state(self, input: RouteState) -> Self
The current state of the route.
sourcepub fn set_state(self, input: Option<RouteState>) -> Self
pub fn set_state(self, input: Option<RouteState>) -> Self
The current state of the route.
sourcepub fn last_updated_time(self, input: DateTime) -> Self
pub fn last_updated_time(self, input: DateTime) -> Self
A timestamp that indicates when the route was last updated.
sourcepub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
A timestamp that indicates when the route was last updated.
sourcepub fn build(self) -> DeleteRouteOutput
pub fn build(self) -> DeleteRouteOutput
Consumes the builder and constructs a DeleteRouteOutput.
Trait Implementations§
source§impl Clone for DeleteRouteOutputBuilder
impl Clone for DeleteRouteOutputBuilder
source§fn clone(&self) -> DeleteRouteOutputBuilder
fn clone(&self) -> DeleteRouteOutputBuilder
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 DeleteRouteOutputBuilder
impl Debug for DeleteRouteOutputBuilder
source§impl Default for DeleteRouteOutputBuilder
impl Default for DeleteRouteOutputBuilder
source§fn default() -> DeleteRouteOutputBuilder
fn default() -> DeleteRouteOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteRouteOutputBuilder> for DeleteRouteOutputBuilder
impl PartialEq<DeleteRouteOutputBuilder> for DeleteRouteOutputBuilder
source§fn eq(&self, other: &DeleteRouteOutputBuilder) -> bool
fn eq(&self, other: &DeleteRouteOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteRouteOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteRouteOutputBuilder
impl Send for DeleteRouteOutputBuilder
impl Sync for DeleteRouteOutputBuilder
impl Unpin for DeleteRouteOutputBuilder
impl UnwindSafe for DeleteRouteOutputBuilder
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