#[non_exhaustive]pub struct ImportSnapshotOutputBuilder { /* private fields */ }Expand description
A builder for ImportSnapshotOutput.
Implementations§
source§impl ImportSnapshotOutputBuilder
impl ImportSnapshotOutputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the import snapshot task.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the import snapshot task.
sourcepub fn import_task_id(self, input: impl Into<String>) -> Self
pub fn import_task_id(self, input: impl Into<String>) -> Self
The ID of the import snapshot task.
sourcepub fn set_import_task_id(self, input: Option<String>) -> Self
pub fn set_import_task_id(self, input: Option<String>) -> Self
The ID of the import snapshot task.
sourcepub fn snapshot_task_detail(self, input: SnapshotTaskDetail) -> Self
pub fn snapshot_task_detail(self, input: SnapshotTaskDetail) -> Self
Information about the import snapshot task.
sourcepub fn set_snapshot_task_detail(self, input: Option<SnapshotTaskDetail>) -> Self
pub fn set_snapshot_task_detail(self, input: Option<SnapshotTaskDetail>) -> Self
Information about the import snapshot task.
Appends an item to tags.
To override the contents of this collection use set_tags.
Any tags assigned to the import snapshot task.
Any tags assigned to the import snapshot task.
sourcepub fn build(self) -> ImportSnapshotOutput
pub fn build(self) -> ImportSnapshotOutput
Consumes the builder and constructs a ImportSnapshotOutput.
Trait Implementations§
source§impl Clone for ImportSnapshotOutputBuilder
impl Clone for ImportSnapshotOutputBuilder
source§fn clone(&self) -> ImportSnapshotOutputBuilder
fn clone(&self) -> ImportSnapshotOutputBuilder
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 ImportSnapshotOutputBuilder
impl Debug for ImportSnapshotOutputBuilder
source§impl Default for ImportSnapshotOutputBuilder
impl Default for ImportSnapshotOutputBuilder
source§fn default() -> ImportSnapshotOutputBuilder
fn default() -> ImportSnapshotOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ImportSnapshotOutputBuilder> for ImportSnapshotOutputBuilder
impl PartialEq<ImportSnapshotOutputBuilder> for ImportSnapshotOutputBuilder
source§fn eq(&self, other: &ImportSnapshotOutputBuilder) -> bool
fn eq(&self, other: &ImportSnapshotOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.