@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightCategorySpecificSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information that relates to the category of the insight. Currently only returned with certain insights having
category UPGRADE_READINESS.
| Constructor and Description |
|---|
InsightCategorySpecificSummary() |
| Modifier and Type | Method and Description |
|---|---|
InsightCategorySpecificSummary |
clone() |
boolean |
equals(Object obj) |
List<DeprecationDetail> |
getDeprecationDetails()
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDeprecationDetails(Collection<DeprecationDetail> deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category. |
String |
toString()
Returns a string representation of this object.
|
InsightCategorySpecificSummary |
withDeprecationDetails(Collection<DeprecationDetail> deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category. |
InsightCategorySpecificSummary |
withDeprecationDetails(DeprecationDetail... deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category. |
public List<DeprecationDetail> getDeprecationDetails()
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category.
UPGRADE_READINESS category.public void setDeprecationDetails(Collection<DeprecationDetail> deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category.
deprecationDetails - The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category.public InsightCategorySpecificSummary withDeprecationDetails(DeprecationDetail... deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category.
NOTE: This method appends the values to the existing list (if any). Use
setDeprecationDetails(java.util.Collection) or withDeprecationDetails(java.util.Collection) if
you want to override the existing values.
deprecationDetails - The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category.public InsightCategorySpecificSummary withDeprecationDetails(Collection<DeprecationDetail> deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category.
deprecationDetails - The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category.public String toString()
toString in class ObjectObject.toString()public InsightCategorySpecificSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.