Struct aws_sdk_workspaces::model::StartRequest
source · #[non_exhaustive]pub struct StartRequest { /* private fields */ }
Expand description
Information used to start a WorkSpace.
Implementations§
source§impl StartRequest
impl StartRequest
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The identifier of the WorkSpace.
source§impl StartRequest
impl StartRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartRequest
.
Trait Implementations§
source§impl Clone for StartRequest
impl Clone for StartRequest
source§fn clone(&self) -> StartRequest
fn clone(&self) -> StartRequest
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 StartRequest
impl Debug for StartRequest
source§impl PartialEq<StartRequest> for StartRequest
impl PartialEq<StartRequest> for StartRequest
source§fn eq(&self, other: &StartRequest) -> bool
fn eq(&self, other: &StartRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.