Struct aws_sdk_imagebuilder::operation::list_lifecycle_policies::builders::ListLifecyclePoliciesOutputBuilder
source · #[non_exhaustive]pub struct ListLifecyclePoliciesOutputBuilder { /* private fields */ }Expand description
A builder for ListLifecyclePoliciesOutput.
Implementations§
source§impl ListLifecyclePoliciesOutputBuilder
impl ListLifecyclePoliciesOutputBuilder
sourcepub fn lifecycle_policy_summary_list(
self,
input: LifecyclePolicySummary
) -> Self
pub fn lifecycle_policy_summary_list( self, input: LifecyclePolicySummary ) -> Self
Appends an item to lifecycle_policy_summary_list.
To override the contents of this collection use set_lifecycle_policy_summary_list.
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
sourcepub fn set_lifecycle_policy_summary_list(
self,
input: Option<Vec<LifecyclePolicySummary>>
) -> Self
pub fn set_lifecycle_policy_summary_list( self, input: Option<Vec<LifecyclePolicySummary>> ) -> Self
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
sourcepub fn get_lifecycle_policy_summary_list(
&self
) -> &Option<Vec<LifecyclePolicySummary>>
pub fn get_lifecycle_policy_summary_list( &self ) -> &Option<Vec<LifecyclePolicySummary>>
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
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) -> ListLifecyclePoliciesOutput
pub fn build(self) -> ListLifecyclePoliciesOutput
Consumes the builder and constructs a ListLifecyclePoliciesOutput.
Trait Implementations§
source§impl Clone for ListLifecyclePoliciesOutputBuilder
impl Clone for ListLifecyclePoliciesOutputBuilder
source§fn clone(&self) -> ListLifecyclePoliciesOutputBuilder
fn clone(&self) -> ListLifecyclePoliciesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListLifecyclePoliciesOutputBuilder
impl Default for ListLifecyclePoliciesOutputBuilder
source§fn default() -> ListLifecyclePoliciesOutputBuilder
fn default() -> ListLifecyclePoliciesOutputBuilder
source§impl PartialEq for ListLifecyclePoliciesOutputBuilder
impl PartialEq for ListLifecyclePoliciesOutputBuilder
source§fn eq(&self, other: &ListLifecyclePoliciesOutputBuilder) -> bool
fn eq(&self, other: &ListLifecyclePoliciesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.