pub struct Builder { /* private fields */ }Expand description
A builder for DescribeDocumentVersionsOutput.
Implementations
sourceimpl Builder
impl Builder
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
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more