Struct aws_sdk_amp::input::CreateWorkspaceInput
source · [−]#[non_exhaustive]pub struct CreateWorkspaceInput { /* private fields */ }Expand description
Represents the input of a CreateWorkspace operation.
Implementations
sourceimpl CreateWorkspaceInput
impl CreateWorkspaceInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateWorkspace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateWorkspace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateWorkspace>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWorkspaceInput.
sourceimpl CreateWorkspaceInput
impl CreateWorkspaceInput
sourcepub fn alias(&self) -> Option<&str>
pub fn alias(&self) -> Option<&str>
An optional user-assigned alias for this workspace. This alias is for user reference and does not need to be unique.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
Optional, user-provided tags for this workspace.
Trait Implementations
sourceimpl Clone for CreateWorkspaceInput
impl Clone for CreateWorkspaceInput
sourcefn clone(&self) -> CreateWorkspaceInput
fn clone(&self) -> CreateWorkspaceInput
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 CreateWorkspaceInput
impl Debug for CreateWorkspaceInput
sourceimpl PartialEq<CreateWorkspaceInput> for CreateWorkspaceInput
impl PartialEq<CreateWorkspaceInput> for CreateWorkspaceInput
sourcefn eq(&self, other: &CreateWorkspaceInput) -> bool
fn eq(&self, other: &CreateWorkspaceInput) -> bool
impl StructuralPartialEq for CreateWorkspaceInput
Auto Trait Implementations
impl RefUnwindSafe for CreateWorkspaceInput
impl Send for CreateWorkspaceInput
impl Sync for CreateWorkspaceInput
impl Unpin for CreateWorkspaceInput
impl UnwindSafe for CreateWorkspaceInput
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