Struct aws_sdk_glue::operation::start_blueprint_run::builders::StartBlueprintRunOutputBuilder
source · #[non_exhaustive]pub struct StartBlueprintRunOutputBuilder { /* private fields */ }Expand description
A builder for StartBlueprintRunOutput.
Implementations§
source§impl StartBlueprintRunOutputBuilder
impl StartBlueprintRunOutputBuilder
sourcepub fn set_run_id(self, input: Option<String>) -> Self
pub fn set_run_id(self, input: Option<String>) -> Self
The run ID for this blueprint run.
sourcepub fn get_run_id(&self) -> &Option<String>
pub fn get_run_id(&self) -> &Option<String>
The run ID for this blueprint run.
sourcepub fn build(self) -> StartBlueprintRunOutput
pub fn build(self) -> StartBlueprintRunOutput
Consumes the builder and constructs a StartBlueprintRunOutput.
Trait Implementations§
source§impl Clone for StartBlueprintRunOutputBuilder
impl Clone for StartBlueprintRunOutputBuilder
source§fn clone(&self) -> StartBlueprintRunOutputBuilder
fn clone(&self) -> StartBlueprintRunOutputBuilder
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 StartBlueprintRunOutputBuilder
impl Default for StartBlueprintRunOutputBuilder
source§fn default() -> StartBlueprintRunOutputBuilder
fn default() -> StartBlueprintRunOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartBlueprintRunOutputBuilder> for StartBlueprintRunOutputBuilder
impl PartialEq<StartBlueprintRunOutputBuilder> for StartBlueprintRunOutputBuilder
source§fn eq(&self, other: &StartBlueprintRunOutputBuilder) -> bool
fn eq(&self, other: &StartBlueprintRunOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartBlueprintRunOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartBlueprintRunOutputBuilder
impl Send for StartBlueprintRunOutputBuilder
impl Sync for StartBlueprintRunOutputBuilder
impl Unpin for StartBlueprintRunOutputBuilder
impl UnwindSafe for StartBlueprintRunOutputBuilder
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