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 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 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<DescribeDocumentVersionsOutputBuilder> for DescribeDocumentVersionsOutputBuilder
impl PartialEq<DescribeDocumentVersionsOutputBuilder> 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 ==
.