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