Class DescribeMetricFiltersResult
java.lang.Object
com.amazonaws.services.logs.model.DescribeMetricFiltersResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setMetricFilters
(Collection<MetricFilter> metricFilters) void
setNextToken
(String nextToken) toString()
Returns a string representation of this object; useful for testing and debugging.withMetricFilters
(MetricFilter... metricFilters) NOTE: This method appends the values to the existing list (if any).withMetricFilters
(Collection<MetricFilter> metricFilters) withNextToken
(String nextToken)
-
Constructor Details
-
DescribeMetricFiltersResult
public DescribeMetricFiltersResult()
-
-
Method Details
-
getMetricFilters
- Returns:
-
setMetricFilters
- Parameters:
metricFilters
-
-
withMetricFilters
NOTE: This method appends the values to the existing list (if any). Use
setMetricFilters(java.util.Collection)
orwithMetricFilters(java.util.Collection)
if you want to override the existing values.- Parameters:
metricFilters
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withMetricFilters
- Parameters:
metricFilters
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
- Parameters:
nextToken
-
-
getNextToken
- Returns:
-
withNextToken
- Parameters:
nextToken
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-