Struct aws_sdk_iot::operation::list_v2_logging_levels::builders::ListV2LoggingLevelsOutputBuilder
source · #[non_exhaustive]pub struct ListV2LoggingLevelsOutputBuilder { /* private fields */ }
Expand description
A builder for ListV2LoggingLevelsOutput
.
Implementations§
source§impl ListV2LoggingLevelsOutputBuilder
impl ListV2LoggingLevelsOutputBuilder
sourcepub fn log_target_configurations(self, input: LogTargetConfiguration) -> Self
pub fn log_target_configurations(self, input: LogTargetConfiguration) -> Self
Appends an item to log_target_configurations
.
To override the contents of this collection use set_log_target_configurations
.
The logging configuration for a target.
sourcepub fn set_log_target_configurations(
self,
input: Option<Vec<LogTargetConfiguration>>
) -> Self
pub fn set_log_target_configurations( self, input: Option<Vec<LogTargetConfiguration>> ) -> Self
The logging configuration for a target.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to get the next set of results, or null if there are no additional results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to get the next set of results, or null if there are no additional results.
sourcepub fn build(self) -> ListV2LoggingLevelsOutput
pub fn build(self) -> ListV2LoggingLevelsOutput
Consumes the builder and constructs a ListV2LoggingLevelsOutput
.
Trait Implementations§
source§impl Clone for ListV2LoggingLevelsOutputBuilder
impl Clone for ListV2LoggingLevelsOutputBuilder
source§fn clone(&self) -> ListV2LoggingLevelsOutputBuilder
fn clone(&self) -> ListV2LoggingLevelsOutputBuilder
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 ListV2LoggingLevelsOutputBuilder
impl Default for ListV2LoggingLevelsOutputBuilder
source§fn default() -> ListV2LoggingLevelsOutputBuilder
fn default() -> ListV2LoggingLevelsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListV2LoggingLevelsOutputBuilder> for ListV2LoggingLevelsOutputBuilder
impl PartialEq<ListV2LoggingLevelsOutputBuilder> for ListV2LoggingLevelsOutputBuilder
source§fn eq(&self, other: &ListV2LoggingLevelsOutputBuilder) -> bool
fn eq(&self, other: &ListV2LoggingLevelsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.