public class TestMetricFilterResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
TestMetricFilterResult() |
| Modifier and Type | Method and Description |
|---|---|
TestMetricFilterResult |
clone() |
boolean |
equals(Object obj) |
List<MetricFilterMatchRecord> |
getMatches() |
int |
hashCode() |
void |
setMatches(Collection<MetricFilterMatchRecord> matches) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TestMetricFilterResult |
withMatches(Collection<MetricFilterMatchRecord> matches) |
TestMetricFilterResult |
withMatches(MetricFilterMatchRecord... matches)
NOTE: This method appends the values to the existing list (if
any).
|
public List<MetricFilterMatchRecord> getMatches()
public void setMatches(Collection<MetricFilterMatchRecord> matches)
matches - public TestMetricFilterResult withMatches(MetricFilterMatchRecord... matches)
NOTE: This method appends the values to the existing list (if
any). Use setMatches(java.util.Collection) or
withMatches(java.util.Collection) if you want to override the
existing values.
matches - public TestMetricFilterResult withMatches(Collection<MetricFilterMatchRecord> matches)
matches - public String toString()
toString in class ObjectObject.toString()public TestMetricFilterResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.