Struct aws_sdk_imagebuilder::operation::list_infrastructure_configurations::builders::ListInfrastructureConfigurationsOutputBuilder
source · #[non_exhaustive]pub struct ListInfrastructureConfigurationsOutputBuilder { /* private fields */ }Expand description
A builder for ListInfrastructureConfigurationsOutput.
Implementations§
source§impl ListInfrastructureConfigurationsOutputBuilder
impl ListInfrastructureConfigurationsOutputBuilder
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The request ID that uniquely identifies this request.
sourcepub fn infrastructure_configuration_summary_list(
self,
input: InfrastructureConfigurationSummary
) -> Self
pub fn infrastructure_configuration_summary_list( self, input: InfrastructureConfigurationSummary ) -> Self
Appends an item to infrastructure_configuration_summary_list.
To override the contents of this collection use set_infrastructure_configuration_summary_list.
The list of infrastructure configurations.
sourcepub fn set_infrastructure_configuration_summary_list(
self,
input: Option<Vec<InfrastructureConfigurationSummary>>
) -> Self
pub fn set_infrastructure_configuration_summary_list( self, input: Option<Vec<InfrastructureConfigurationSummary>> ) -> Self
The list of infrastructure configurations.
sourcepub fn get_infrastructure_configuration_summary_list(
&self
) -> &Option<Vec<InfrastructureConfigurationSummary>>
pub fn get_infrastructure_configuration_summary_list( &self ) -> &Option<Vec<InfrastructureConfigurationSummary>>
The list of infrastructure configurations.
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) -> ListInfrastructureConfigurationsOutput
pub fn build(self) -> ListInfrastructureConfigurationsOutput
Consumes the builder and constructs a ListInfrastructureConfigurationsOutput.
Trait Implementations§
source§impl Clone for ListInfrastructureConfigurationsOutputBuilder
impl Clone for ListInfrastructureConfigurationsOutputBuilder
source§fn clone(&self) -> ListInfrastructureConfigurationsOutputBuilder
fn clone(&self) -> ListInfrastructureConfigurationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListInfrastructureConfigurationsOutputBuilder
impl Default for ListInfrastructureConfigurationsOutputBuilder
source§fn default() -> ListInfrastructureConfigurationsOutputBuilder
fn default() -> ListInfrastructureConfigurationsOutputBuilder
source§impl PartialEq for ListInfrastructureConfigurationsOutputBuilder
impl PartialEq for ListInfrastructureConfigurationsOutputBuilder
source§fn eq(&self, other: &ListInfrastructureConfigurationsOutputBuilder) -> bool
fn eq(&self, other: &ListInfrastructureConfigurationsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.