Struct aws_sdk_workdocs::operation::describe_document_versions::builders::DescribeDocumentVersionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeDocumentVersionsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeDocumentVersionsOutput
.
Implementations§
source§impl DescribeDocumentVersionsOutputBuilder
impl DescribeDocumentVersionsOutputBuilder
sourcepub fn document_versions(self, input: DocumentVersionMetadata) -> Self
pub fn document_versions(self, input: DocumentVersionMetadata) -> Self
Appends an item to document_versions
.
To override the contents of this collection use set_document_versions
.
The document versions.
sourcepub fn set_document_versions(
self,
input: Option<Vec<DocumentVersionMetadata>>
) -> Self
pub fn set_document_versions( self, input: Option<Vec<DocumentVersionMetadata>> ) -> Self
The document versions.
sourcepub fn get_document_versions(&self) -> &Option<Vec<DocumentVersionMetadata>>
pub fn get_document_versions(&self) -> &Option<Vec<DocumentVersionMetadata>>
The document versions.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn build(self) -> DescribeDocumentVersionsOutput
pub fn build(self) -> DescribeDocumentVersionsOutput
Consumes the builder and constructs a DescribeDocumentVersionsOutput
.
Trait Implementations§
source§impl Clone for DescribeDocumentVersionsOutputBuilder
impl Clone for DescribeDocumentVersionsOutputBuilder
source§fn clone(&self) -> DescribeDocumentVersionsOutputBuilder
fn clone(&self) -> DescribeDocumentVersionsOutputBuilder
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 DescribeDocumentVersionsOutputBuilder
impl Default for DescribeDocumentVersionsOutputBuilder
source§fn default() -> DescribeDocumentVersionsOutputBuilder
fn default() -> DescribeDocumentVersionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeDocumentVersionsOutputBuilder
impl PartialEq for DescribeDocumentVersionsOutputBuilder
source§fn eq(&self, other: &DescribeDocumentVersionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeDocumentVersionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeDocumentVersionsOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeDocumentVersionsOutputBuilder
impl RefUnwindSafe for DescribeDocumentVersionsOutputBuilder
impl Send for DescribeDocumentVersionsOutputBuilder
impl Sync for DescribeDocumentVersionsOutputBuilder
impl Unpin for DescribeDocumentVersionsOutputBuilder
impl UnwindSafe for DescribeDocumentVersionsOutputBuilder
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.