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