Struct aws_sdk_ssm::operation::describe_automation_step_executions::builders::DescribeAutomationStepExecutionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeAutomationStepExecutionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAutomationStepExecutionsOutput.
Implementations§
source§impl DescribeAutomationStepExecutionsOutputBuilder
impl DescribeAutomationStepExecutionsOutputBuilder
sourcepub fn step_executions(self, input: StepExecution) -> Self
pub fn step_executions(self, input: StepExecution) -> Self
Appends an item to step_executions.
To override the contents of this collection use set_step_executions.
A list of details about the current state of all steps that make up an execution.
sourcepub fn set_step_executions(self, input: Option<Vec<StepExecution>>) -> Self
pub fn set_step_executions(self, input: Option<Vec<StepExecution>>) -> Self
A list of details about the current state of all steps that make up an execution.
sourcepub fn get_step_executions(&self) -> &Option<Vec<StepExecution>>
pub fn get_step_executions(&self) -> &Option<Vec<StepExecution>>
A list of details about the current state of all steps that make up an execution.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn build(self) -> DescribeAutomationStepExecutionsOutput
pub fn build(self) -> DescribeAutomationStepExecutionsOutput
Consumes the builder and constructs a DescribeAutomationStepExecutionsOutput.
Trait Implementations§
source§impl Clone for DescribeAutomationStepExecutionsOutputBuilder
impl Clone for DescribeAutomationStepExecutionsOutputBuilder
source§fn clone(&self) -> DescribeAutomationStepExecutionsOutputBuilder
fn clone(&self) -> DescribeAutomationStepExecutionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAutomationStepExecutionsOutputBuilder
impl Default for DescribeAutomationStepExecutionsOutputBuilder
source§fn default() -> DescribeAutomationStepExecutionsOutputBuilder
fn default() -> DescribeAutomationStepExecutionsOutputBuilder
source§impl PartialEq<DescribeAutomationStepExecutionsOutputBuilder> for DescribeAutomationStepExecutionsOutputBuilder
impl PartialEq<DescribeAutomationStepExecutionsOutputBuilder> for DescribeAutomationStepExecutionsOutputBuilder
source§fn eq(&self, other: &DescribeAutomationStepExecutionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeAutomationStepExecutionsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.