@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContributionMatrix extends Object implements Serializable, Cloneable, StructuredPojo
Details about dimensions that contributed to an anomaly.
Constructor and Description |
---|
ContributionMatrix() |
Modifier and Type | Method and Description |
---|---|
ContributionMatrix |
clone() |
boolean |
equals(Object obj) |
List<DimensionContribution> |
getDimensionContributionList()
A list of contributing dimensions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDimensionContributionList(Collection<DimensionContribution> dimensionContributionList)
A list of contributing dimensions.
|
String |
toString()
Returns a string representation of this object.
|
ContributionMatrix |
withDimensionContributionList(Collection<DimensionContribution> dimensionContributionList)
A list of contributing dimensions.
|
ContributionMatrix |
withDimensionContributionList(DimensionContribution... dimensionContributionList)
A list of contributing dimensions.
|
public List<DimensionContribution> getDimensionContributionList()
A list of contributing dimensions.
public void setDimensionContributionList(Collection<DimensionContribution> dimensionContributionList)
A list of contributing dimensions.
dimensionContributionList
- A list of contributing dimensions.public ContributionMatrix withDimensionContributionList(DimensionContribution... dimensionContributionList)
A list of contributing dimensions.
NOTE: This method appends the values to the existing list (if any). Use
setDimensionContributionList(java.util.Collection)
or
withDimensionContributionList(java.util.Collection)
if you want to override the existing values.
dimensionContributionList
- A list of contributing dimensions.public ContributionMatrix withDimensionContributionList(Collection<DimensionContribution> dimensionContributionList)
A list of contributing dimensions.
dimensionContributionList
- A list of contributing dimensions.public String toString()
toString
in class Object
Object.toString()
public ContributionMatrix clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.