Struct aws_sdk_amp::input::UpdateWorkspaceAliasInput
source · #[non_exhaustive]pub struct UpdateWorkspaceAliasInput { /* private fields */ }
Expand description
Represents the input of an UpdateWorkspaceAlias operation.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for UpdateWorkspaceAliasInput
impl Clone for UpdateWorkspaceAliasInput
source§fn clone(&self) -> UpdateWorkspaceAliasInput
fn clone(&self) -> UpdateWorkspaceAliasInput
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 UpdateWorkspaceAliasInput
impl Debug for UpdateWorkspaceAliasInput
source§impl PartialEq<UpdateWorkspaceAliasInput> for UpdateWorkspaceAliasInput
impl PartialEq<UpdateWorkspaceAliasInput> for UpdateWorkspaceAliasInput
source§fn eq(&self, other: &UpdateWorkspaceAliasInput) -> bool
fn eq(&self, other: &UpdateWorkspaceAliasInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.