@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestMetricFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
TestMetricFilterResult() |
| Modifier and Type | Method and Description |
|---|---|
TestMetricFilterResult |
clone() |
boolean |
equals(Object obj) |
List<MetricFilterMatchRecord> |
getMatches()
The matched events.
|
int |
hashCode() |
void |
setMatches(Collection<MetricFilterMatchRecord> matches)
The matched events.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TestMetricFilterResult |
withMatches(Collection<MetricFilterMatchRecord> matches)
The matched events.
|
TestMetricFilterResult |
withMatches(MetricFilterMatchRecord... matches)
The matched events.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<MetricFilterMatchRecord> getMatches()
The matched events.
public void setMatches(Collection<MetricFilterMatchRecord> matches)
The matched events.
matches - The matched events.public TestMetricFilterResult withMatches(MetricFilterMatchRecord... matches)
The matched events.
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 - The matched events.public TestMetricFilterResult withMatches(Collection<MetricFilterMatchRecord> matches)
The matched events.
matches - The matched events.public String toString()
toString in class ObjectObject.toString()public TestMetricFilterResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.