pub struct CsiSnapshotListResponseBuilder { /* private fields */ }Expand description
Builder for CsiSnapshotListResponse.
Implementations§
Source§impl CsiSnapshotListResponseBuilder
impl CsiSnapshotListResponseBuilder
pub fn snapshots(&mut self, value: Vec<CsiSnapshot>) -> &mut Self
pub fn next_token(&mut self, value: String) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<CsiSnapshotListResponse, CsiSnapshotListResponseBuilderError>
pub fn build( &self, ) -> Result<CsiSnapshotListResponse, CsiSnapshotListResponseBuilderError>
Trait Implementations§
Source§impl Clone for CsiSnapshotListResponseBuilder
impl Clone for CsiSnapshotListResponseBuilder
Source§fn clone(&self) -> CsiSnapshotListResponseBuilder
fn clone(&self) -> CsiSnapshotListResponseBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for CsiSnapshotListResponseBuilder
impl RefUnwindSafe for CsiSnapshotListResponseBuilder
impl Send for CsiSnapshotListResponseBuilder
impl Sync for CsiSnapshotListResponseBuilder
impl Unpin for CsiSnapshotListResponseBuilder
impl UnwindSafe for CsiSnapshotListResponseBuilder
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