Struct aws_sdk_workspaces::input::CreateWorkspacesInput
source · [−]#[non_exhaustive]pub struct CreateWorkspacesInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for CreateWorkspacesInput
impl Clone for CreateWorkspacesInput
sourcefn clone(&self) -> CreateWorkspacesInput
fn clone(&self) -> CreateWorkspacesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateWorkspacesInput
impl Debug for CreateWorkspacesInput
sourceimpl PartialEq<CreateWorkspacesInput> for CreateWorkspacesInput
impl PartialEq<CreateWorkspacesInput> for CreateWorkspacesInput
sourcefn eq(&self, other: &CreateWorkspacesInput) -> bool
fn eq(&self, other: &CreateWorkspacesInput) -> bool
impl StructuralPartialEq for CreateWorkspacesInput
Auto Trait Implementations
impl RefUnwindSafe for CreateWorkspacesInput
impl Send for CreateWorkspacesInput
impl Sync for CreateWorkspacesInput
impl Unpin for CreateWorkspacesInput
impl UnwindSafe for CreateWorkspacesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more