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