Struct aws_sdk_imagebuilder::operation::get_workflow_step_execution::builders::GetWorkflowStepExecutionInputBuilder
source · #[non_exhaustive]pub struct GetWorkflowStepExecutionInputBuilder { /* private fields */ }
Expand description
A builder for GetWorkflowStepExecutionInput
.
Implementations§
source§impl GetWorkflowStepExecutionInputBuilder
impl GetWorkflowStepExecutionInputBuilder
sourcepub fn step_execution_id(self, input: impl Into<String>) -> Self
pub fn step_execution_id(self, input: impl Into<String>) -> Self
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
sourcepub fn set_step_execution_id(self, input: Option<String>) -> Self
pub fn set_step_execution_id(self, input: Option<String>) -> Self
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
sourcepub fn get_step_execution_id(&self) -> &Option<String>
pub fn get_step_execution_id(&self) -> &Option<String>
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
sourcepub fn build(self) -> Result<GetWorkflowStepExecutionInput, BuildError>
pub fn build(self) -> Result<GetWorkflowStepExecutionInput, BuildError>
Consumes the builder and constructs a GetWorkflowStepExecutionInput
.
source§impl GetWorkflowStepExecutionInputBuilder
impl GetWorkflowStepExecutionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetWorkflowStepExecutionOutput, SdkError<GetWorkflowStepExecutionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetWorkflowStepExecutionOutput, SdkError<GetWorkflowStepExecutionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetWorkflowStepExecutionInputBuilder
impl Clone for GetWorkflowStepExecutionInputBuilder
source§fn clone(&self) -> GetWorkflowStepExecutionInputBuilder
fn clone(&self) -> GetWorkflowStepExecutionInputBuilder
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 GetWorkflowStepExecutionInputBuilder
impl Default for GetWorkflowStepExecutionInputBuilder
source§fn default() -> GetWorkflowStepExecutionInputBuilder
fn default() -> GetWorkflowStepExecutionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetWorkflowStepExecutionInputBuilder> for GetWorkflowStepExecutionInputBuilder
impl PartialEq<GetWorkflowStepExecutionInputBuilder> for GetWorkflowStepExecutionInputBuilder
source§fn eq(&self, other: &GetWorkflowStepExecutionInputBuilder) -> bool
fn eq(&self, other: &GetWorkflowStepExecutionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetWorkflowStepExecutionInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetWorkflowStepExecutionInputBuilder
impl Send for GetWorkflowStepExecutionInputBuilder
impl Sync for GetWorkflowStepExecutionInputBuilder
impl Unpin for GetWorkflowStepExecutionInputBuilder
impl UnwindSafe for GetWorkflowStepExecutionInputBuilder
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