Struct aws_sdk_workspaces::input::RestoreWorkspaceInput
source · #[non_exhaustive]pub struct RestoreWorkspaceInput { /* private fields */ }Implementations§
source§impl RestoreWorkspaceInput
impl RestoreWorkspaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreWorkspace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreWorkspace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RestoreWorkspace>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreWorkspaceInput.
source§impl RestoreWorkspaceInput
impl RestoreWorkspaceInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The identifier of the WorkSpace.
Trait Implementations§
source§impl Clone for RestoreWorkspaceInput
impl Clone for RestoreWorkspaceInput
source§fn clone(&self) -> RestoreWorkspaceInput
fn clone(&self) -> RestoreWorkspaceInput
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 RestoreWorkspaceInput
impl Debug for RestoreWorkspaceInput
source§impl PartialEq<RestoreWorkspaceInput> for RestoreWorkspaceInput
impl PartialEq<RestoreWorkspaceInput> for RestoreWorkspaceInput
source§fn eq(&self, other: &RestoreWorkspaceInput) -> bool
fn eq(&self, other: &RestoreWorkspaceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.