Struct aws_sdk_amp::input::UpdateWorkspaceAliasInput
source · [−]#[non_exhaustive]pub struct UpdateWorkspaceAliasInput { /* private fields */ }Expand description
Represents the input of an UpdateWorkspaceAlias operation.
Implementations
sourceimpl UpdateWorkspaceAliasInput
impl UpdateWorkspaceAliasInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceAlias, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceAlias, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateWorkspaceAlias>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateWorkspaceAliasInput.
sourceimpl UpdateWorkspaceAliasInput
impl UpdateWorkspaceAliasInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace being updated.
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.
Trait Implementations
sourceimpl Clone for UpdateWorkspaceAliasInput
impl Clone for UpdateWorkspaceAliasInput
sourcefn clone(&self) -> UpdateWorkspaceAliasInput
fn clone(&self) -> UpdateWorkspaceAliasInput
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 UpdateWorkspaceAliasInput
impl Debug for UpdateWorkspaceAliasInput
sourceimpl PartialEq<UpdateWorkspaceAliasInput> for UpdateWorkspaceAliasInput
impl PartialEq<UpdateWorkspaceAliasInput> for UpdateWorkspaceAliasInput
sourcefn eq(&self, other: &UpdateWorkspaceAliasInput) -> bool
fn eq(&self, other: &UpdateWorkspaceAliasInput) -> bool
impl StructuralPartialEq for UpdateWorkspaceAliasInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateWorkspaceAliasInput
impl Send for UpdateWorkspaceAliasInput
impl Sync for UpdateWorkspaceAliasInput
impl Unpin for UpdateWorkspaceAliasInput
impl UnwindSafe for UpdateWorkspaceAliasInput
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