Struct aws_sdk_apigateway::operation::get_documentation_versions::builders::GetDocumentationVersionsOutputBuilder
source · #[non_exhaustive]pub struct GetDocumentationVersionsOutputBuilder { /* private fields */ }
Expand description
A builder for GetDocumentationVersionsOutput
.
Implementations§
source§impl GetDocumentationVersionsOutputBuilder
impl GetDocumentationVersionsOutputBuilder
sourcepub fn items(self, input: DocumentationVersion) -> Self
pub fn items(self, input: DocumentationVersion) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The current page of elements from this collection.
sourcepub fn set_items(self, input: Option<Vec<DocumentationVersion>>) -> Self
pub fn set_items(self, input: Option<Vec<DocumentationVersion>>) -> Self
The current page of elements from this collection.
sourcepub fn get_items(&self) -> &Option<Vec<DocumentationVersion>>
pub fn get_items(&self) -> &Option<Vec<DocumentationVersion>>
The current page of elements from this collection.
sourcepub fn position(self, input: impl Into<String>) -> Self
pub fn position(self, input: impl Into<String>) -> Self
The current pagination position in the paged result set.
sourcepub fn set_position(self, input: Option<String>) -> Self
pub fn set_position(self, input: Option<String>) -> Self
The current pagination position in the paged result set.
sourcepub fn get_position(&self) -> &Option<String>
pub fn get_position(&self) -> &Option<String>
The current pagination position in the paged result set.
sourcepub fn build(self) -> GetDocumentationVersionsOutput
pub fn build(self) -> GetDocumentationVersionsOutput
Consumes the builder and constructs a GetDocumentationVersionsOutput
.
Trait Implementations§
source§impl Clone for GetDocumentationVersionsOutputBuilder
impl Clone for GetDocumentationVersionsOutputBuilder
source§fn clone(&self) -> GetDocumentationVersionsOutputBuilder
fn clone(&self) -> GetDocumentationVersionsOutputBuilder
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 GetDocumentationVersionsOutputBuilder
impl Default for GetDocumentationVersionsOutputBuilder
source§fn default() -> GetDocumentationVersionsOutputBuilder
fn default() -> GetDocumentationVersionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDocumentationVersionsOutputBuilder> for GetDocumentationVersionsOutputBuilder
impl PartialEq<GetDocumentationVersionsOutputBuilder> for GetDocumentationVersionsOutputBuilder
source§fn eq(&self, other: &GetDocumentationVersionsOutputBuilder) -> bool
fn eq(&self, other: &GetDocumentationVersionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetDocumentationVersionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDocumentationVersionsOutputBuilder
impl Send for GetDocumentationVersionsOutputBuilder
impl Sync for GetDocumentationVersionsOutputBuilder
impl Unpin for GetDocumentationVersionsOutputBuilder
impl UnwindSafe for GetDocumentationVersionsOutputBuilder
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