Struct aws_sdk_evidently::types::builders::RefResourceBuilder
source · #[non_exhaustive]pub struct RefResourceBuilder { /* private fields */ }
Expand description
A builder for RefResource
.
Implementations§
source§impl RefResourceBuilder
impl RefResourceBuilder
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
Specifies whether the resource that this structure contains information about is an experiment or a launch.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
Specifies whether the resource that this structure contains information about is an experiment or a launch.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the experiment or launch.
sourcepub fn start_time(self, input: impl Into<String>) -> Self
pub fn start_time(self, input: impl Into<String>) -> Self
The day and time that this experiment or launch started.
sourcepub fn set_start_time(self, input: Option<String>) -> Self
pub fn set_start_time(self, input: Option<String>) -> Self
The day and time that this experiment or launch started.
sourcepub fn end_time(self, input: impl Into<String>) -> Self
pub fn end_time(self, input: impl Into<String>) -> Self
The day and time that this experiment or launch ended.
sourcepub fn set_end_time(self, input: Option<String>) -> Self
pub fn set_end_time(self, input: Option<String>) -> Self
The day and time that this experiment or launch ended.
sourcepub fn last_updated_on(self, input: impl Into<String>) -> Self
pub fn last_updated_on(self, input: impl Into<String>) -> Self
The day and time that this experiment or launch was most recently updated.
sourcepub fn set_last_updated_on(self, input: Option<String>) -> Self
pub fn set_last_updated_on(self, input: Option<String>) -> Self
The day and time that this experiment or launch was most recently updated.
sourcepub fn build(self) -> RefResource
pub fn build(self) -> RefResource
Consumes the builder and constructs a RefResource
.
Trait Implementations§
source§impl Clone for RefResourceBuilder
impl Clone for RefResourceBuilder
source§fn clone(&self) -> RefResourceBuilder
fn clone(&self) -> RefResourceBuilder
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 RefResourceBuilder
impl Debug for RefResourceBuilder
source§impl Default for RefResourceBuilder
impl Default for RefResourceBuilder
source§fn default() -> RefResourceBuilder
fn default() -> RefResourceBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RefResourceBuilder> for RefResourceBuilder
impl PartialEq<RefResourceBuilder> for RefResourceBuilder
source§fn eq(&self, other: &RefResourceBuilder) -> bool
fn eq(&self, other: &RefResourceBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RefResourceBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RefResourceBuilder
impl Send for RefResourceBuilder
impl Sync for RefResourceBuilder
impl Unpin for RefResourceBuilder
impl UnwindSafe for RefResourceBuilder
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