Struct aws_sdk_iot::operation::list_domain_configurations::builders::ListDomainConfigurationsOutputBuilder
source · #[non_exhaustive]pub struct ListDomainConfigurationsOutputBuilder { /* private fields */ }
Expand description
A builder for ListDomainConfigurationsOutput
.
Implementations§
source§impl ListDomainConfigurationsOutputBuilder
impl ListDomainConfigurationsOutputBuilder
sourcepub fn domain_configurations(self, input: DomainConfigurationSummary) -> Self
pub fn domain_configurations(self, input: DomainConfigurationSummary) -> Self
Appends an item to domain_configurations
.
To override the contents of this collection use set_domain_configurations
.
A list of objects that contain summary information about the user's domain configurations.
sourcepub fn set_domain_configurations(
self,
input: Option<Vec<DomainConfigurationSummary>>
) -> Self
pub fn set_domain_configurations( self, input: Option<Vec<DomainConfigurationSummary>> ) -> Self
A list of objects that contain summary information about the user's domain configurations.
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
The marker for the next set of results.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
The marker for the next set of results.
sourcepub fn build(self) -> ListDomainConfigurationsOutput
pub fn build(self) -> ListDomainConfigurationsOutput
Consumes the builder and constructs a ListDomainConfigurationsOutput
.
Trait Implementations§
source§impl Clone for ListDomainConfigurationsOutputBuilder
impl Clone for ListDomainConfigurationsOutputBuilder
source§fn clone(&self) -> ListDomainConfigurationsOutputBuilder
fn clone(&self) -> ListDomainConfigurationsOutputBuilder
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 ListDomainConfigurationsOutputBuilder
impl Default for ListDomainConfigurationsOutputBuilder
source§fn default() -> ListDomainConfigurationsOutputBuilder
fn default() -> ListDomainConfigurationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDomainConfigurationsOutputBuilder> for ListDomainConfigurationsOutputBuilder
impl PartialEq<ListDomainConfigurationsOutputBuilder> for ListDomainConfigurationsOutputBuilder
source§fn eq(&self, other: &ListDomainConfigurationsOutputBuilder) -> bool
fn eq(&self, other: &ListDomainConfigurationsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.