Struct aws_sdk_batch::operation::delete_compute_environment::builders::DeleteComputeEnvironmentInputBuilder
source · #[non_exhaustive]pub struct DeleteComputeEnvironmentInputBuilder { /* private fields */ }
Expand description
A builder for DeleteComputeEnvironmentInput
.
Implementations§
source§impl DeleteComputeEnvironmentInputBuilder
impl DeleteComputeEnvironmentInputBuilder
sourcepub fn compute_environment(self, input: impl Into<String>) -> Self
pub fn compute_environment(self, input: impl Into<String>) -> Self
The name or Amazon Resource Name (ARN) of the compute environment to delete.
sourcepub fn set_compute_environment(self, input: Option<String>) -> Self
pub fn set_compute_environment(self, input: Option<String>) -> Self
The name or Amazon Resource Name (ARN) of the compute environment to delete.
sourcepub fn get_compute_environment(&self) -> &Option<String>
pub fn get_compute_environment(&self) -> &Option<String>
The name or Amazon Resource Name (ARN) of the compute environment to delete.
sourcepub fn build(self) -> Result<DeleteComputeEnvironmentInput, BuildError>
pub fn build(self) -> Result<DeleteComputeEnvironmentInput, BuildError>
Consumes the builder and constructs a DeleteComputeEnvironmentInput
.
source§impl DeleteComputeEnvironmentInputBuilder
impl DeleteComputeEnvironmentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteComputeEnvironmentOutput, SdkError<DeleteComputeEnvironmentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteComputeEnvironmentOutput, SdkError<DeleteComputeEnvironmentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteComputeEnvironmentInputBuilder
impl Clone for DeleteComputeEnvironmentInputBuilder
source§fn clone(&self) -> DeleteComputeEnvironmentInputBuilder
fn clone(&self) -> DeleteComputeEnvironmentInputBuilder
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 Default for DeleteComputeEnvironmentInputBuilder
impl Default for DeleteComputeEnvironmentInputBuilder
source§fn default() -> DeleteComputeEnvironmentInputBuilder
fn default() -> DeleteComputeEnvironmentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteComputeEnvironmentInputBuilder> for DeleteComputeEnvironmentInputBuilder
impl PartialEq<DeleteComputeEnvironmentInputBuilder> for DeleteComputeEnvironmentInputBuilder
source§fn eq(&self, other: &DeleteComputeEnvironmentInputBuilder) -> bool
fn eq(&self, other: &DeleteComputeEnvironmentInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteComputeEnvironmentInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteComputeEnvironmentInputBuilder
impl Send for DeleteComputeEnvironmentInputBuilder
impl Sync for DeleteComputeEnvironmentInputBuilder
impl Unpin for DeleteComputeEnvironmentInputBuilder
impl UnwindSafe for DeleteComputeEnvironmentInputBuilder
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