Struct aws_sdk_lexmodelsv2::operation::create_upload_url::builders::CreateUploadUrlOutputBuilder
source · #[non_exhaustive]pub struct CreateUploadUrlOutputBuilder { /* private fields */ }
Expand description
A builder for CreateUploadUrlOutput
.
Implementations§
source§impl CreateUploadUrlOutputBuilder
impl CreateUploadUrlOutputBuilder
sourcepub fn import_id(self, input: impl Into<String>) -> Self
pub fn import_id(self, input: impl Into<String>) -> Self
An identifier for a unique import job. Use it when you call the StartImport operation.
sourcepub fn set_import_id(self, input: Option<String>) -> Self
pub fn set_import_id(self, input: Option<String>) -> Self
An identifier for a unique import job. Use it when you call the StartImport operation.
sourcepub fn get_import_id(&self) -> &Option<String>
pub fn get_import_id(&self) -> &Option<String>
An identifier for a unique import job. Use it when you call the StartImport operation.
sourcepub fn upload_url(self, input: impl Into<String>) -> Self
pub fn upload_url(self, input: impl Into<String>) -> Self
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
sourcepub fn set_upload_url(self, input: Option<String>) -> Self
pub fn set_upload_url(self, input: Option<String>) -> Self
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
sourcepub fn get_upload_url(&self) -> &Option<String>
pub fn get_upload_url(&self) -> &Option<String>
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
sourcepub fn build(self) -> CreateUploadUrlOutput
pub fn build(self) -> CreateUploadUrlOutput
Consumes the builder and constructs a CreateUploadUrlOutput
.
Trait Implementations§
source§impl Clone for CreateUploadUrlOutputBuilder
impl Clone for CreateUploadUrlOutputBuilder
source§fn clone(&self) -> CreateUploadUrlOutputBuilder
fn clone(&self) -> CreateUploadUrlOutputBuilder
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 CreateUploadUrlOutputBuilder
impl Debug for CreateUploadUrlOutputBuilder
source§impl Default for CreateUploadUrlOutputBuilder
impl Default for CreateUploadUrlOutputBuilder
source§fn default() -> CreateUploadUrlOutputBuilder
fn default() -> CreateUploadUrlOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateUploadUrlOutputBuilder
impl PartialEq for CreateUploadUrlOutputBuilder
source§fn eq(&self, other: &CreateUploadUrlOutputBuilder) -> bool
fn eq(&self, other: &CreateUploadUrlOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateUploadUrlOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateUploadUrlOutputBuilder
impl Send for CreateUploadUrlOutputBuilder
impl Sync for CreateUploadUrlOutputBuilder
impl Unpin for CreateUploadUrlOutputBuilder
impl UnwindSafe for CreateUploadUrlOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.