Struct aws_sdk_applicationinsights::operation::list_log_patterns::builders::ListLogPatternsOutputBuilder
source · #[non_exhaustive]pub struct ListLogPatternsOutputBuilder { /* private fields */ }
Expand description
A builder for ListLogPatternsOutput
.
Implementations§
source§impl ListLogPatternsOutputBuilder
impl ListLogPatternsOutputBuilder
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_patterns(self, input: LogPattern) -> Self
pub fn log_patterns(self, input: LogPattern) -> Self
Appends an item to log_patterns
.
To override the contents of this collection use set_log_patterns
.
The list of log patterns.
sourcepub fn set_log_patterns(self, input: Option<Vec<LogPattern>>) -> Self
pub fn set_log_patterns(self, input: Option<Vec<LogPattern>>) -> Self
The list of log patterns.
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) -> ListLogPatternsOutput
pub fn build(self) -> ListLogPatternsOutput
Consumes the builder and constructs a ListLogPatternsOutput
.
Trait Implementations§
source§impl Clone for ListLogPatternsOutputBuilder
impl Clone for ListLogPatternsOutputBuilder
source§fn clone(&self) -> ListLogPatternsOutputBuilder
fn clone(&self) -> ListLogPatternsOutputBuilder
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 Debug for ListLogPatternsOutputBuilder
impl Debug for ListLogPatternsOutputBuilder
source§impl Default for ListLogPatternsOutputBuilder
impl Default for ListLogPatternsOutputBuilder
source§fn default() -> ListLogPatternsOutputBuilder
fn default() -> ListLogPatternsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListLogPatternsOutputBuilder> for ListLogPatternsOutputBuilder
impl PartialEq<ListLogPatternsOutputBuilder> for ListLogPatternsOutputBuilder
source§fn eq(&self, other: &ListLogPatternsOutputBuilder) -> bool
fn eq(&self, other: &ListLogPatternsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListLogPatternsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListLogPatternsOutputBuilder
impl Send for ListLogPatternsOutputBuilder
impl Sync for ListLogPatternsOutputBuilder
impl Unpin for ListLogPatternsOutputBuilder
impl UnwindSafe for ListLogPatternsOutputBuilder
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