Struct aws_sdk_auditmanager::operation::get_evidence_file_upload_url::builders::GetEvidenceFileUploadUrlOutputBuilder
source · #[non_exhaustive]pub struct GetEvidenceFileUploadUrlOutputBuilder { /* private fields */ }Expand description
A builder for GetEvidenceFileUploadUrlOutput.
Implementations§
source§impl GetEvidenceFileUploadUrlOutputBuilder
impl GetEvidenceFileUploadUrlOutputBuilder
sourcepub fn evidence_file_name(self, input: impl Into<String>) -> Self
pub fn evidence_file_name(self, input: impl Into<String>) -> Self
The name of the uploaded manual evidence file that the presigned URL was generated for.
sourcepub fn set_evidence_file_name(self, input: Option<String>) -> Self
pub fn set_evidence_file_name(self, input: Option<String>) -> Self
The name of the uploaded manual evidence file that the presigned URL was generated for.
sourcepub fn get_evidence_file_name(&self) -> &Option<String>
pub fn get_evidence_file_name(&self) -> &Option<String>
The name of the uploaded manual evidence file that the presigned URL was generated for.
sourcepub fn upload_url(self, input: impl Into<String>) -> Self
pub fn upload_url(self, input: impl Into<String>) -> Self
The presigned URL that was generated.
sourcepub fn set_upload_url(self, input: Option<String>) -> Self
pub fn set_upload_url(self, input: Option<String>) -> Self
The presigned URL that was generated.
sourcepub fn get_upload_url(&self) -> &Option<String>
pub fn get_upload_url(&self) -> &Option<String>
The presigned URL that was generated.
sourcepub fn build(self) -> GetEvidenceFileUploadUrlOutput
pub fn build(self) -> GetEvidenceFileUploadUrlOutput
Consumes the builder and constructs a GetEvidenceFileUploadUrlOutput.
Trait Implementations§
source§impl Clone for GetEvidenceFileUploadUrlOutputBuilder
impl Clone for GetEvidenceFileUploadUrlOutputBuilder
source§fn clone(&self) -> GetEvidenceFileUploadUrlOutputBuilder
fn clone(&self) -> GetEvidenceFileUploadUrlOutputBuilder
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 Default for GetEvidenceFileUploadUrlOutputBuilder
impl Default for GetEvidenceFileUploadUrlOutputBuilder
source§fn default() -> GetEvidenceFileUploadUrlOutputBuilder
fn default() -> GetEvidenceFileUploadUrlOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetEvidenceFileUploadUrlOutputBuilder
impl PartialEq for GetEvidenceFileUploadUrlOutputBuilder
source§fn eq(&self, other: &GetEvidenceFileUploadUrlOutputBuilder) -> bool
fn eq(&self, other: &GetEvidenceFileUploadUrlOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetEvidenceFileUploadUrlOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetEvidenceFileUploadUrlOutputBuilder
impl Send for GetEvidenceFileUploadUrlOutputBuilder
impl Sync for GetEvidenceFileUploadUrlOutputBuilder
impl Unpin for GetEvidenceFileUploadUrlOutputBuilder
impl UnwindSafe for GetEvidenceFileUploadUrlOutputBuilder
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.