Struct aws_sdk_applicationinsights::operation::list_problems::builders::ListProblemsOutputBuilder
source · #[non_exhaustive]pub struct ListProblemsOutputBuilder { /* private fields */ }
Expand description
A builder for ListProblemsOutput
.
Implementations§
source§impl ListProblemsOutputBuilder
impl ListProblemsOutputBuilder
sourcepub fn problem_list(self, input: Problem) -> Self
pub fn problem_list(self, input: Problem) -> Self
Appends an item to problem_list
.
To override the contents of this collection use set_problem_list
.
The list of problems.
sourcepub fn set_problem_list(self, input: Option<Vec<Problem>>) -> Self
pub fn set_problem_list(self, input: Option<Vec<Problem>>) -> Self
The list of problems.
sourcepub fn get_problem_list(&self) -> &Option<Vec<Problem>>
pub fn get_problem_list(&self) -> &Option<Vec<Problem>>
The list of problems.
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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
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 get_resource_group_name(&self) -> &Option<String>
pub fn get_resource_group_name(&self) -> &Option<String>
The name of the resource group.
sourcepub fn build(self) -> ListProblemsOutput
pub fn build(self) -> ListProblemsOutput
Consumes the builder and constructs a ListProblemsOutput
.
Trait Implementations§
source§impl Clone for ListProblemsOutputBuilder
impl Clone for ListProblemsOutputBuilder
source§fn clone(&self) -> ListProblemsOutputBuilder
fn clone(&self) -> ListProblemsOutputBuilder
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 ListProblemsOutputBuilder
impl Debug for ListProblemsOutputBuilder
source§impl Default for ListProblemsOutputBuilder
impl Default for ListProblemsOutputBuilder
source§fn default() -> ListProblemsOutputBuilder
fn default() -> ListProblemsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListProblemsOutputBuilder> for ListProblemsOutputBuilder
impl PartialEq<ListProblemsOutputBuilder> for ListProblemsOutputBuilder
source§fn eq(&self, other: &ListProblemsOutputBuilder) -> bool
fn eq(&self, other: &ListProblemsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListProblemsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListProblemsOutputBuilder
impl Send for ListProblemsOutputBuilder
impl Sync for ListProblemsOutputBuilder
impl Unpin for ListProblemsOutputBuilder
impl UnwindSafe for ListProblemsOutputBuilder
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