Struct aws_sdk_devicefarm::model::unique_problem::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for UniqueProblem.
Implementations§
source§impl Builder
impl Builder
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
A message about the unique problems' result.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
A message about the unique problems' result.
sourcepub fn problems(self, input: Problem) -> Self
pub fn problems(self, input: Problem) -> Self
Appends an item to problems.
To override the contents of this collection use set_problems.
Information about the problems.
sourcepub fn set_problems(self, input: Option<Vec<Problem>>) -> Self
pub fn set_problems(self, input: Option<Vec<Problem>>) -> Self
Information about the problems.
sourcepub fn build(self) -> UniqueProblem
pub fn build(self) -> UniqueProblem
Consumes the builder and constructs a UniqueProblem.