Struct aws_sdk_nimble::operation::get_streaming_session_backup::builders::GetStreamingSessionBackupOutputBuilder
source · #[non_exhaustive]pub struct GetStreamingSessionBackupOutputBuilder { /* private fields */ }Expand description
A builder for GetStreamingSessionBackupOutput.
Implementations§
source§impl GetStreamingSessionBackupOutputBuilder
impl GetStreamingSessionBackupOutputBuilder
sourcepub fn streaming_session_backup(self, input: StreamingSessionBackup) -> Self
pub fn streaming_session_backup(self, input: StreamingSessionBackup) -> Self
Information about the streaming session backup.
sourcepub fn set_streaming_session_backup(
self,
input: Option<StreamingSessionBackup>
) -> Self
pub fn set_streaming_session_backup( self, input: Option<StreamingSessionBackup> ) -> Self
Information about the streaming session backup.
sourcepub fn get_streaming_session_backup(&self) -> &Option<StreamingSessionBackup>
pub fn get_streaming_session_backup(&self) -> &Option<StreamingSessionBackup>
Information about the streaming session backup.
sourcepub fn build(self) -> GetStreamingSessionBackupOutput
pub fn build(self) -> GetStreamingSessionBackupOutput
Consumes the builder and constructs a GetStreamingSessionBackupOutput.
Trait Implementations§
source§impl Clone for GetStreamingSessionBackupOutputBuilder
impl Clone for GetStreamingSessionBackupOutputBuilder
source§fn clone(&self) -> GetStreamingSessionBackupOutputBuilder
fn clone(&self) -> GetStreamingSessionBackupOutputBuilder
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 GetStreamingSessionBackupOutputBuilder
impl Default for GetStreamingSessionBackupOutputBuilder
source§fn default() -> GetStreamingSessionBackupOutputBuilder
fn default() -> GetStreamingSessionBackupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetStreamingSessionBackupOutputBuilder
impl PartialEq for GetStreamingSessionBackupOutputBuilder
source§fn eq(&self, other: &GetStreamingSessionBackupOutputBuilder) -> bool
fn eq(&self, other: &GetStreamingSessionBackupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetStreamingSessionBackupOutputBuilder
Auto Trait Implementations§
impl Freeze for GetStreamingSessionBackupOutputBuilder
impl RefUnwindSafe for GetStreamingSessionBackupOutputBuilder
impl Send for GetStreamingSessionBackupOutputBuilder
impl Sync for GetStreamingSessionBackupOutputBuilder
impl Unpin for GetStreamingSessionBackupOutputBuilder
impl UnwindSafe for GetStreamingSessionBackupOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.