Struct aws_sdk_imagebuilder::operation::list_lifecycle_executions::builders::ListLifecycleExecutionsOutputBuilder
source · #[non_exhaustive]pub struct ListLifecycleExecutionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListLifecycleExecutionsOutput
.
Implementations§
source§impl ListLifecycleExecutionsOutputBuilder
impl ListLifecycleExecutionsOutputBuilder
sourcepub fn lifecycle_executions(self, input: LifecycleExecution) -> Self
pub fn lifecycle_executions(self, input: LifecycleExecution) -> Self
Appends an item to lifecycle_executions
.
To override the contents of this collection use set_lifecycle_executions
.
A list of lifecycle runtime instances for the specified resource.
sourcepub fn set_lifecycle_executions(
self,
input: Option<Vec<LifecycleExecution>>
) -> Self
pub fn set_lifecycle_executions( self, input: Option<Vec<LifecycleExecution>> ) -> Self
A list of lifecycle runtime instances for the specified resource.
sourcepub fn get_lifecycle_executions(&self) -> &Option<Vec<LifecycleExecution>>
pub fn get_lifecycle_executions(&self) -> &Option<Vec<LifecycleExecution>>
A list of lifecycle runtime instances for the specified resource.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
sourcepub fn build(self) -> ListLifecycleExecutionsOutput
pub fn build(self) -> ListLifecycleExecutionsOutput
Consumes the builder and constructs a ListLifecycleExecutionsOutput
.
Trait Implementations§
source§impl Clone for ListLifecycleExecutionsOutputBuilder
impl Clone for ListLifecycleExecutionsOutputBuilder
source§fn clone(&self) -> ListLifecycleExecutionsOutputBuilder
fn clone(&self) -> ListLifecycleExecutionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListLifecycleExecutionsOutputBuilder
impl Default for ListLifecycleExecutionsOutputBuilder
source§fn default() -> ListLifecycleExecutionsOutputBuilder
fn default() -> ListLifecycleExecutionsOutputBuilder
source§impl PartialEq for ListLifecycleExecutionsOutputBuilder
impl PartialEq for ListLifecycleExecutionsOutputBuilder
source§fn eq(&self, other: &ListLifecycleExecutionsOutputBuilder) -> bool
fn eq(&self, other: &ListLifecycleExecutionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.