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