Struct aws_sdk_devopsguru::types::builders::RecommendationBuilder
source · #[non_exhaustive]pub struct RecommendationBuilder { /* private fields */ }
Expand description
A builder for Recommendation
.
Implementations§
source§impl RecommendationBuilder
impl RecommendationBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the problem.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the problem.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the problem.
sourcepub fn link(self, input: impl Into<String>) -> Self
pub fn link(self, input: impl Into<String>) -> Self
A hyperlink to information to help you address the problem.
sourcepub fn set_link(self, input: Option<String>) -> Self
pub fn set_link(self, input: Option<String>) -> Self
A hyperlink to information to help you address the problem.
sourcepub fn get_link(&self) -> &Option<String>
pub fn get_link(&self) -> &Option<String>
A hyperlink to information to help you address the problem.
sourcepub fn reason(self, input: impl Into<String>) -> Self
pub fn reason(self, input: impl Into<String>) -> Self
The reason DevOps Guru flagged the anomalous behavior as a problem.
sourcepub fn set_reason(self, input: Option<String>) -> Self
pub fn set_reason(self, input: Option<String>) -> Self
The reason DevOps Guru flagged the anomalous behavior as a problem.
sourcepub fn get_reason(&self) -> &Option<String>
pub fn get_reason(&self) -> &Option<String>
The reason DevOps Guru flagged the anomalous behavior as a problem.
Appends an item to related_events
.
To override the contents of this collection use set_related_events
.
Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.
Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.
Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.
Appends an item to related_anomalies
.
To override the contents of this collection use set_related_anomalies
.
Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.
Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.
Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.
sourcepub fn category(self, input: impl Into<String>) -> Self
pub fn category(self, input: impl Into<String>) -> Self
The category type of the recommendation.
sourcepub fn set_category(self, input: Option<String>) -> Self
pub fn set_category(self, input: Option<String>) -> Self
The category type of the recommendation.
sourcepub fn get_category(&self) -> &Option<String>
pub fn get_category(&self) -> &Option<String>
The category type of the recommendation.
sourcepub fn build(self) -> Recommendation
pub fn build(self) -> Recommendation
Consumes the builder and constructs a Recommendation
.
Trait Implementations§
source§impl Clone for RecommendationBuilder
impl Clone for RecommendationBuilder
source§fn clone(&self) -> RecommendationBuilder
fn clone(&self) -> RecommendationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RecommendationBuilder
impl Debug for RecommendationBuilder
source§impl Default for RecommendationBuilder
impl Default for RecommendationBuilder
source§fn default() -> RecommendationBuilder
fn default() -> RecommendationBuilder
source§impl PartialEq for RecommendationBuilder
impl PartialEq for RecommendationBuilder
source§fn eq(&self, other: &RecommendationBuilder) -> bool
fn eq(&self, other: &RecommendationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.