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