Struct aws_sdk_workspaces::operation::reboot_workspaces::builders::RebootWorkspacesOutputBuilder
source · #[non_exhaustive]pub struct RebootWorkspacesOutputBuilder { /* private fields */ }
Expand description
A builder for RebootWorkspacesOutput
.
Implementations§
source§impl RebootWorkspacesOutputBuilder
impl RebootWorkspacesOutputBuilder
sourcepub fn failed_requests(self, input: FailedWorkspaceChangeRequest) -> Self
pub fn failed_requests(self, input: FailedWorkspaceChangeRequest) -> Self
Appends an item to failed_requests
.
To override the contents of this collection use set_failed_requests
.
Information about the WorkSpaces that could not be rebooted.
sourcepub fn set_failed_requests(
self,
input: Option<Vec<FailedWorkspaceChangeRequest>>
) -> Self
pub fn set_failed_requests( self, input: Option<Vec<FailedWorkspaceChangeRequest>> ) -> Self
Information about the WorkSpaces that could not be rebooted.
sourcepub fn get_failed_requests(&self) -> &Option<Vec<FailedWorkspaceChangeRequest>>
pub fn get_failed_requests(&self) -> &Option<Vec<FailedWorkspaceChangeRequest>>
Information about the WorkSpaces that could not be rebooted.
sourcepub fn build(self) -> RebootWorkspacesOutput
pub fn build(self) -> RebootWorkspacesOutput
Consumes the builder and constructs a RebootWorkspacesOutput
.
Trait Implementations§
source§impl Clone for RebootWorkspacesOutputBuilder
impl Clone for RebootWorkspacesOutputBuilder
source§fn clone(&self) -> RebootWorkspacesOutputBuilder
fn clone(&self) -> RebootWorkspacesOutputBuilder
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 RebootWorkspacesOutputBuilder
impl Default for RebootWorkspacesOutputBuilder
source§fn default() -> RebootWorkspacesOutputBuilder
fn default() -> RebootWorkspacesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RebootWorkspacesOutputBuilder
impl PartialEq for RebootWorkspacesOutputBuilder
source§fn eq(&self, other: &RebootWorkspacesOutputBuilder) -> bool
fn eq(&self, other: &RebootWorkspacesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RebootWorkspacesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RebootWorkspacesOutputBuilder
impl Send for RebootWorkspacesOutputBuilder
impl Sync for RebootWorkspacesOutputBuilder
impl Unpin for RebootWorkspacesOutputBuilder
impl UnwindSafe for RebootWorkspacesOutputBuilder
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.