pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeDocumentVersionsOutput
.
Implementations§
source§impl 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
.