Class TestMetricFilterResult
java.lang.Object
com.amazonaws.services.logs.model.TestMetricFilterResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetMatches(Collection<MetricFilterMatchRecord> matches) toString()Returns a string representation of this object; useful for testing and debugging.withMatches(MetricFilterMatchRecord... matches) NOTE: This method appends the values to the existing list (if any).withMatches(Collection<MetricFilterMatchRecord> matches)
-
Constructor Details
-
TestMetricFilterResult
public TestMetricFilterResult()
-
-
Method Details
-
getMatches
- Returns:
-
setMatches
- Parameters:
matches-
-
withMatches
NOTE: This method appends the values to the existing list (if any). Use
setMatches(java.util.Collection)orwithMatches(java.util.Collection)if you want to override the existing values.- Parameters:
matches-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withMatches
- Parameters:
matches-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-