Struct aws_sdk_auditmanager::operation::get_evidence_folder::builders::GetEvidenceFolderOutputBuilder
source · #[non_exhaustive]pub struct GetEvidenceFolderOutputBuilder { /* private fields */ }Expand description
A builder for GetEvidenceFolderOutput.
Implementations§
source§impl GetEvidenceFolderOutputBuilder
impl GetEvidenceFolderOutputBuilder
sourcepub fn evidence_folder(self, input: AssessmentEvidenceFolder) -> Self
pub fn evidence_folder(self, input: AssessmentEvidenceFolder) -> Self
The folder that the evidence is stored in.
sourcepub fn set_evidence_folder(
self,
input: Option<AssessmentEvidenceFolder>
) -> Self
pub fn set_evidence_folder( self, input: Option<AssessmentEvidenceFolder> ) -> Self
The folder that the evidence is stored in.
sourcepub fn get_evidence_folder(&self) -> &Option<AssessmentEvidenceFolder>
pub fn get_evidence_folder(&self) -> &Option<AssessmentEvidenceFolder>
The folder that the evidence is stored in.
sourcepub fn build(self) -> GetEvidenceFolderOutput
pub fn build(self) -> GetEvidenceFolderOutput
Consumes the builder and constructs a GetEvidenceFolderOutput.
Trait Implementations§
source§impl Clone for GetEvidenceFolderOutputBuilder
impl Clone for GetEvidenceFolderOutputBuilder
source§fn clone(&self) -> GetEvidenceFolderOutputBuilder
fn clone(&self) -> GetEvidenceFolderOutputBuilder
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 GetEvidenceFolderOutputBuilder
impl Default for GetEvidenceFolderOutputBuilder
source§fn default() -> GetEvidenceFolderOutputBuilder
fn default() -> GetEvidenceFolderOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetEvidenceFolderOutputBuilder
impl PartialEq for GetEvidenceFolderOutputBuilder
source§fn eq(&self, other: &GetEvidenceFolderOutputBuilder) -> bool
fn eq(&self, other: &GetEvidenceFolderOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetEvidenceFolderOutputBuilder
Auto Trait Implementations§
impl Freeze for GetEvidenceFolderOutputBuilder
impl RefUnwindSafe for GetEvidenceFolderOutputBuilder
impl Send for GetEvidenceFolderOutputBuilder
impl Sync for GetEvidenceFolderOutputBuilder
impl Unpin for GetEvidenceFolderOutputBuilder
impl UnwindSafe for GetEvidenceFolderOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.