#[non_exhaustive]pub struct StopWorkspacesInputBuilder { /* private fields */ }
Expand description
A builder for StopWorkspacesInput
.
Implementations§
source§impl StopWorkspacesInputBuilder
impl StopWorkspacesInputBuilder
sourcepub fn stop_workspace_requests(self, input: StopRequest) -> Self
pub fn stop_workspace_requests(self, input: StopRequest) -> Self
Appends an item to stop_workspace_requests
.
To override the contents of this collection use set_stop_workspace_requests
.
The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
sourcepub fn set_stop_workspace_requests(
self,
input: Option<Vec<StopRequest>>
) -> Self
pub fn set_stop_workspace_requests( self, input: Option<Vec<StopRequest>> ) -> Self
The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
sourcepub fn get_stop_workspace_requests(&self) -> &Option<Vec<StopRequest>>
pub fn get_stop_workspace_requests(&self) -> &Option<Vec<StopRequest>>
The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
sourcepub fn build(self) -> Result<StopWorkspacesInput, BuildError>
pub fn build(self) -> Result<StopWorkspacesInput, BuildError>
Consumes the builder and constructs a StopWorkspacesInput
.
source§impl StopWorkspacesInputBuilder
impl StopWorkspacesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<StopWorkspacesOutput, SdkError<StopWorkspacesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<StopWorkspacesOutput, SdkError<StopWorkspacesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StopWorkspacesInputBuilder
impl Clone for StopWorkspacesInputBuilder
source§fn clone(&self) -> StopWorkspacesInputBuilder
fn clone(&self) -> StopWorkspacesInputBuilder
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 StopWorkspacesInputBuilder
impl Debug for StopWorkspacesInputBuilder
source§impl Default for StopWorkspacesInputBuilder
impl Default for StopWorkspacesInputBuilder
source§fn default() -> StopWorkspacesInputBuilder
fn default() -> StopWorkspacesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopWorkspacesInputBuilder
impl PartialEq for StopWorkspacesInputBuilder
source§fn eq(&self, other: &StopWorkspacesInputBuilder) -> bool
fn eq(&self, other: &StopWorkspacesInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StopWorkspacesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StopWorkspacesInputBuilder
impl Send for StopWorkspacesInputBuilder
impl Sync for StopWorkspacesInputBuilder
impl Unpin for StopWorkspacesInputBuilder
impl UnwindSafe for StopWorkspacesInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.