public class DescribeSeverityLevelsResult extends Object implements Serializable, Cloneable
The list of severity levels returned by the DescribeSeverityLevels operation.
Constructor and Description |
---|
DescribeSeverityLevelsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSeverityLevelsResult |
clone() |
boolean |
equals(Object obj) |
List<SeverityLevel> |
getSeverityLevels()
The available severity levels for the support case.
|
int |
hashCode() |
void |
setSeverityLevels(Collection<SeverityLevel> severityLevels)
The available severity levels for the support case.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSeverityLevelsResult |
withSeverityLevels(Collection<SeverityLevel> severityLevels)
The available severity levels for the support case.
|
DescribeSeverityLevelsResult |
withSeverityLevels(SeverityLevel... severityLevels)
The available severity levels for the support case.
|
public List<SeverityLevel> getSeverityLevels()
The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
public void setSeverityLevels(Collection<SeverityLevel> severityLevels)
The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
severityLevels
- The available severity levels for the support case. Available
severity levels are defined by your service level agreement with
AWS.public DescribeSeverityLevelsResult withSeverityLevels(SeverityLevel... severityLevels)
The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
NOTE: This method appends the values to the existing list (if
any). Use setSeverityLevels(java.util.Collection)
or
withSeverityLevels(java.util.Collection)
if you want to override
the existing values.
severityLevels
- The available severity levels for the support case. Available
severity levels are defined by your service level agreement with
AWS.public DescribeSeverityLevelsResult withSeverityLevels(Collection<SeverityLevel> severityLevels)
The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
severityLevels
- The available severity levels for the support case. Available
severity levels are defined by your service level agreement with
AWS.public String toString()
toString
in class Object
Object.toString()
public DescribeSeverityLevelsResult clone()
Copyright © 2015. All rights reserved.