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 get_route_id(&self) -> &Option<String>
pub fn get_route_id(&self) -> &Option<String>
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 get_service_id(&self) -> &Option<String>
pub fn get_service_id(&self) -> &Option<String>
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 get_application_id(&self) -> &Option<String>
pub fn get_application_id(&self) -> &Option<String>
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 get_state(&self) -> &Option<RouteState>
pub fn get_state(&self) -> &Option<RouteState>
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 get_last_updated_time(&self) -> &Option<DateTime>
pub fn get_last_updated_time(&self) -> &Option<DateTime>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq<DeleteRouteOutputBuilder> for DeleteRouteOutputBuilder
impl PartialEq<DeleteRouteOutputBuilder> for DeleteRouteOutputBuilder
source§fn eq(&self, other: &DeleteRouteOutputBuilder) -> bool
fn eq(&self, other: &DeleteRouteOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.