Struct aws_sdk_applicationinsights::operation::list_log_pattern_sets::builders::ListLogPatternSetsOutputBuilder
source · #[non_exhaustive]pub struct ListLogPatternSetsOutputBuilder { /* private fields */ }
Expand description
A builder for ListLogPatternSetsOutput
.
Implementations§
source§impl ListLogPatternSetsOutputBuilder
impl ListLogPatternSetsOutputBuilder
sourcepub fn resource_group_name(self, input: impl Into<String>) -> Self
pub fn resource_group_name(self, input: impl Into<String>) -> Self
The name of the resource group.
sourcepub fn set_resource_group_name(self, input: Option<String>) -> Self
pub fn set_resource_group_name(self, input: Option<String>) -> Self
The name of the resource group.
sourcepub fn log_pattern_sets(self, input: impl Into<String>) -> Self
pub fn log_pattern_sets(self, input: impl Into<String>) -> Self
Appends an item to log_pattern_sets
.
To override the contents of this collection use set_log_pattern_sets
.
The list of log pattern sets.
sourcepub fn set_log_pattern_sets(self, input: Option<Vec<String>>) -> Self
pub fn set_log_pattern_sets(self, input: Option<Vec<String>>) -> Self
The list of log pattern sets.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn build(self) -> ListLogPatternSetsOutput
pub fn build(self) -> ListLogPatternSetsOutput
Consumes the builder and constructs a ListLogPatternSetsOutput
.
Trait Implementations§
source§impl Clone for ListLogPatternSetsOutputBuilder
impl Clone for ListLogPatternSetsOutputBuilder
source§fn clone(&self) -> ListLogPatternSetsOutputBuilder
fn clone(&self) -> ListLogPatternSetsOutputBuilder
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 ListLogPatternSetsOutputBuilder
impl Default for ListLogPatternSetsOutputBuilder
source§fn default() -> ListLogPatternSetsOutputBuilder
fn default() -> ListLogPatternSetsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListLogPatternSetsOutputBuilder> for ListLogPatternSetsOutputBuilder
impl PartialEq<ListLogPatternSetsOutputBuilder> for ListLogPatternSetsOutputBuilder
source§fn eq(&self, other: &ListLogPatternSetsOutputBuilder) -> bool
fn eq(&self, other: &ListLogPatternSetsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListLogPatternSetsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListLogPatternSetsOutputBuilder
impl Send for ListLogPatternSetsOutputBuilder
impl Sync for ListLogPatternSetsOutputBuilder
impl Unpin for ListLogPatternSetsOutputBuilder
impl UnwindSafe for ListLogPatternSetsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more