Struct aws_sdk_s3control::types::builders::JobTimersBuilder
source · #[non_exhaustive]pub struct JobTimersBuilder { /* private fields */ }Expand description
A builder for JobTimers.
Implementations§
source§impl JobTimersBuilder
impl JobTimersBuilder
sourcepub fn elapsed_time_in_active_seconds(self, input: i64) -> Self
pub fn elapsed_time_in_active_seconds(self, input: i64) -> Self
Indicates the elapsed time in seconds the job has been in the Active job state.
sourcepub fn set_elapsed_time_in_active_seconds(self, input: Option<i64>) -> Self
pub fn set_elapsed_time_in_active_seconds(self, input: Option<i64>) -> Self
Indicates the elapsed time in seconds the job has been in the Active job state.
sourcepub fn get_elapsed_time_in_active_seconds(&self) -> &Option<i64>
pub fn get_elapsed_time_in_active_seconds(&self) -> &Option<i64>
Indicates the elapsed time in seconds the job has been in the Active job state.
Trait Implementations§
source§impl Clone for JobTimersBuilder
impl Clone for JobTimersBuilder
source§fn clone(&self) -> JobTimersBuilder
fn clone(&self) -> JobTimersBuilder
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 Debug for JobTimersBuilder
impl Debug for JobTimersBuilder
source§impl Default for JobTimersBuilder
impl Default for JobTimersBuilder
source§fn default() -> JobTimersBuilder
fn default() -> JobTimersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for JobTimersBuilder
impl PartialEq for JobTimersBuilder
impl StructuralPartialEq for JobTimersBuilder
Auto Trait Implementations§
impl Freeze for JobTimersBuilder
impl RefUnwindSafe for JobTimersBuilder
impl Send for JobTimersBuilder
impl Sync for JobTimersBuilder
impl Unpin for JobTimersBuilder
impl UnwindSafe for JobTimersBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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.