@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IssueDetails extends Object implements Serializable, Cloneable
The details of an issue with your DB instances, DB clusters, and DB parameter groups.
Constructor and Description |
---|
IssueDetails() |
Modifier and Type | Method and Description |
---|---|
IssueDetails |
clone() |
boolean |
equals(Object obj) |
PerformanceIssueDetails |
getPerformanceIssueDetails()
A detailed description of the issue when the recommendation category is
performance . |
int |
hashCode() |
void |
setPerformanceIssueDetails(PerformanceIssueDetails performanceIssueDetails)
A detailed description of the issue when the recommendation category is
performance . |
String |
toString()
Returns a string representation of this object.
|
IssueDetails |
withPerformanceIssueDetails(PerformanceIssueDetails performanceIssueDetails)
A detailed description of the issue when the recommendation category is
performance . |
public void setPerformanceIssueDetails(PerformanceIssueDetails performanceIssueDetails)
A detailed description of the issue when the recommendation category is performance
.
performanceIssueDetails
- A detailed description of the issue when the recommendation category is performance
.public PerformanceIssueDetails getPerformanceIssueDetails()
A detailed description of the issue when the recommendation category is performance
.
performance
.public IssueDetails withPerformanceIssueDetails(PerformanceIssueDetails performanceIssueDetails)
A detailed description of the issue when the recommendation category is performance
.
performanceIssueDetails
- A detailed description of the issue when the recommendation category is performance
.public String toString()
toString
in class Object
Object.toString()
public IssueDetails clone()