Struct aws_sdk_migrationhubrefactorspaces::operation::delete_service::builders::DeleteServiceInputBuilder
source · #[non_exhaustive]pub struct DeleteServiceInputBuilder { /* private fields */ }
Expand description
A builder for DeleteServiceInput
.
Implementations§
source§impl DeleteServiceInputBuilder
impl DeleteServiceInputBuilder
sourcepub fn environment_identifier(self, input: impl Into<String>) -> Self
pub fn environment_identifier(self, input: impl Into<String>) -> Self
The ID of the environment that the service is in.
This field is required.sourcepub fn set_environment_identifier(self, input: Option<String>) -> Self
pub fn set_environment_identifier(self, input: Option<String>) -> Self
The ID of the environment that the service is in.
sourcepub fn get_environment_identifier(&self) -> &Option<String>
pub fn get_environment_identifier(&self) -> &Option<String>
The ID of the environment that the service is in.
sourcepub fn application_identifier(self, input: impl Into<String>) -> Self
pub fn application_identifier(self, input: impl Into<String>) -> Self
Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
sourcepub fn set_application_identifier(self, input: Option<String>) -> Self
pub fn set_application_identifier(self, input: Option<String>) -> Self
Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
sourcepub fn get_application_identifier(&self) -> &Option<String>
pub fn get_application_identifier(&self) -> &Option<String>
Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
sourcepub fn service_identifier(self, input: impl Into<String>) -> Self
pub fn service_identifier(self, input: impl Into<String>) -> Self
The ID of the service to delete.
This field is required.sourcepub fn set_service_identifier(self, input: Option<String>) -> Self
pub fn set_service_identifier(self, input: Option<String>) -> Self
The ID of the service to delete.
sourcepub fn get_service_identifier(&self) -> &Option<String>
pub fn get_service_identifier(&self) -> &Option<String>
The ID of the service to delete.
sourcepub fn build(self) -> Result<DeleteServiceInput, BuildError>
pub fn build(self) -> Result<DeleteServiceInput, BuildError>
Consumes the builder and constructs a DeleteServiceInput
.
source§impl DeleteServiceInputBuilder
impl DeleteServiceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteServiceOutput, SdkError<DeleteServiceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteServiceOutput, SdkError<DeleteServiceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteServiceInputBuilder
impl Clone for DeleteServiceInputBuilder
source§fn clone(&self) -> DeleteServiceInputBuilder
fn clone(&self) -> DeleteServiceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteServiceInputBuilder
impl Debug for DeleteServiceInputBuilder
source§impl Default for DeleteServiceInputBuilder
impl Default for DeleteServiceInputBuilder
source§fn default() -> DeleteServiceInputBuilder
fn default() -> DeleteServiceInputBuilder
source§impl PartialEq for DeleteServiceInputBuilder
impl PartialEq for DeleteServiceInputBuilder
source§fn eq(&self, other: &DeleteServiceInputBuilder) -> bool
fn eq(&self, other: &DeleteServiceInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.