#[non_exhaustive]pub struct GetRunTaskOutputBuilder { /* private fields */ }
Expand description
A builder for GetRunTaskOutput
.
Implementations§
Source§impl GetRunTaskOutputBuilder
impl GetRunTaskOutputBuilder
Sourcepub fn set_task_id(self, input: Option<String>) -> Self
pub fn set_task_id(self, input: Option<String>) -> Self
The task's ID.
Sourcepub fn get_task_id(&self) -> &Option<String>
pub fn get_task_id(&self) -> &Option<String>
The task's ID.
Sourcepub fn status(self, input: TaskStatus) -> Self
pub fn status(self, input: TaskStatus) -> Self
The task's status.
Sourcepub fn set_status(self, input: Option<TaskStatus>) -> Self
pub fn set_status(self, input: Option<TaskStatus>) -> Self
The task's status.
Sourcepub fn get_status(&self) -> &Option<TaskStatus>
pub fn get_status(&self) -> &Option<TaskStatus>
The task's status.
Sourcepub fn cache_hit(self, input: bool) -> Self
pub fn cache_hit(self, input: bool) -> Self
Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task.
Sourcepub fn set_cache_hit(self, input: Option<bool>) -> Self
pub fn set_cache_hit(self, input: Option<bool>) -> Self
Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task.
Sourcepub fn get_cache_hit(&self) -> &Option<bool>
pub fn get_cache_hit(&self) -> &Option<bool>
Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task.
Sourcepub fn cache_s3_uri(self, input: impl Into<String>) -> Self
pub fn cache_s3_uri(self, input: impl Into<String>) -> Self
The S3 URI of the cache location.
Sourcepub fn set_cache_s3_uri(self, input: Option<String>) -> Self
pub fn set_cache_s3_uri(self, input: Option<String>) -> Self
The S3 URI of the cache location.
Sourcepub fn get_cache_s3_uri(&self) -> &Option<String>
pub fn get_cache_s3_uri(&self) -> &Option<String>
The S3 URI of the cache location.
Sourcepub fn set_memory(self, input: Option<i32>) -> Self
pub fn set_memory(self, input: Option<i32>) -> Self
The task's memory use in gigabytes.
Sourcepub fn get_memory(&self) -> &Option<i32>
pub fn get_memory(&self) -> &Option<i32>
The task's memory use in gigabytes.
Sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the task was created.
Sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the task was created.
Sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
When the task was created.
Sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The task's start time.
Sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The task's start time.
Sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
The task's start time.
Sourcepub fn set_stop_time(self, input: Option<DateTime>) -> Self
pub fn set_stop_time(self, input: Option<DateTime>) -> Self
The task's stop time.
Sourcepub fn get_stop_time(&self) -> &Option<DateTime>
pub fn get_stop_time(&self) -> &Option<DateTime>
The task's stop time.
Sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The task's status message.
Sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The task's status message.
Sourcepub fn get_status_message(&self) -> &Option<String>
pub fn get_status_message(&self) -> &Option<String>
The task's status message.
Sourcepub fn log_stream(self, input: impl Into<String>) -> Self
pub fn log_stream(self, input: impl Into<String>) -> Self
The task's log stream.
Sourcepub fn set_log_stream(self, input: Option<String>) -> Self
pub fn set_log_stream(self, input: Option<String>) -> Self
The task's log stream.
Sourcepub fn get_log_stream(&self) -> &Option<String>
pub fn get_log_stream(&self) -> &Option<String>
The task's log stream.
Sourcepub fn gpus(self, input: i32) -> Self
pub fn gpus(self, input: i32) -> Self
The number of Graphics Processing Units (GPU) specified in the task.
Sourcepub fn set_gpus(self, input: Option<i32>) -> Self
pub fn set_gpus(self, input: Option<i32>) -> Self
The number of Graphics Processing Units (GPU) specified in the task.
Sourcepub fn get_gpus(&self) -> &Option<i32>
pub fn get_gpus(&self) -> &Option<i32>
The number of Graphics Processing Units (GPU) specified in the task.
Sourcepub fn instance_type(self, input: impl Into<String>) -> Self
pub fn instance_type(self, input: impl Into<String>) -> Self
The instance type for a task.
Sourcepub fn set_instance_type(self, input: Option<String>) -> Self
pub fn set_instance_type(self, input: Option<String>) -> Self
The instance type for a task.
Sourcepub fn get_instance_type(&self) -> &Option<String>
pub fn get_instance_type(&self) -> &Option<String>
The instance type for a task.
Sourcepub fn failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
The reason a task has failed.
Sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
The reason a task has failed.
Sourcepub fn get_failure_reason(&self) -> &Option<String>
pub fn get_failure_reason(&self) -> &Option<String>
The reason a task has failed.
Sourcepub fn image_details(self, input: ImageDetails) -> Self
pub fn image_details(self, input: ImageDetails) -> Self
Details about the container image that this task uses.
Sourcepub fn set_image_details(self, input: Option<ImageDetails>) -> Self
pub fn set_image_details(self, input: Option<ImageDetails>) -> Self
Details about the container image that this task uses.
Sourcepub fn get_image_details(&self) -> &Option<ImageDetails>
pub fn get_image_details(&self) -> &Option<ImageDetails>
Details about the container image that this task uses.
Sourcepub fn build(self) -> GetRunTaskOutput
pub fn build(self) -> GetRunTaskOutput
Consumes the builder and constructs a GetRunTaskOutput
.
Trait Implementations§
Source§impl Clone for GetRunTaskOutputBuilder
impl Clone for GetRunTaskOutputBuilder
Source§fn clone(&self) -> GetRunTaskOutputBuilder
fn clone(&self) -> GetRunTaskOutputBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for GetRunTaskOutputBuilder
impl Debug for GetRunTaskOutputBuilder
Source§impl Default for GetRunTaskOutputBuilder
impl Default for GetRunTaskOutputBuilder
Source§fn default() -> GetRunTaskOutputBuilder
fn default() -> GetRunTaskOutputBuilder
Source§impl PartialEq for GetRunTaskOutputBuilder
impl PartialEq for GetRunTaskOutputBuilder
impl StructuralPartialEq for GetRunTaskOutputBuilder
Auto Trait Implementations§
impl Freeze for GetRunTaskOutputBuilder
impl RefUnwindSafe for GetRunTaskOutputBuilder
impl Send for GetRunTaskOutputBuilder
impl Sync for GetRunTaskOutputBuilder
impl Unpin for GetRunTaskOutputBuilder
impl UnwindSafe for GetRunTaskOutputBuilder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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>
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>
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 moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);