Struct aws_sdk_appmesh::input::UpdateMeshInput
source · #[non_exhaustive]pub struct UpdateMeshInput { /* private fields */ }
Implementations§
source§impl UpdateMeshInput
impl UpdateMeshInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateMesh, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateMesh, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateMesh
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMeshInput
.
source§impl UpdateMeshInput
impl UpdateMeshInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
Trait Implementations§
source§impl Clone for UpdateMeshInput
impl Clone for UpdateMeshInput
source§fn clone(&self) -> UpdateMeshInput
fn clone(&self) -> UpdateMeshInput
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 UpdateMeshInput
impl Debug for UpdateMeshInput
source§impl PartialEq<UpdateMeshInput> for UpdateMeshInput
impl PartialEq<UpdateMeshInput> for UpdateMeshInput
source§fn eq(&self, other: &UpdateMeshInput) -> bool
fn eq(&self, other: &UpdateMeshInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.