Struct aws_sdk_appsync::input::UpdateTypeInput
source · #[non_exhaustive]pub struct UpdateTypeInput { /* private fields */ }
Implementations§
source§impl UpdateTypeInput
impl UpdateTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateType
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTypeInput
.
Trait Implementations§
source§impl Clone for UpdateTypeInput
impl Clone for UpdateTypeInput
source§fn clone(&self) -> UpdateTypeInput
fn clone(&self) -> UpdateTypeInput
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 UpdateTypeInput
impl Debug for UpdateTypeInput
source§impl PartialEq<UpdateTypeInput> for UpdateTypeInput
impl PartialEq<UpdateTypeInput> for UpdateTypeInput
source§fn eq(&self, other: &UpdateTypeInput) -> bool
fn eq(&self, other: &UpdateTypeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.