@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSMetricNameFiltersExcludeOnly extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXCLUDE_ONLY |
static String |
JSON_PROPERTY_NAMESPACE |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSMetricNameFiltersExcludeOnly() |
AWSMetricNameFiltersExcludeOnly(List<String> excludeOnly,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
AWSMetricNameFiltersExcludeOnly |
addExcludeOnlyItem(String excludeOnlyItem) |
boolean |
equals(Object o)
Return true if this AWSMetricNameFiltersExcludeOnly object is equal to o.
|
AWSMetricNameFiltersExcludeOnly |
excludeOnly(List<String> excludeOnly) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getExcludeOnly()
Exclude metric names matching one of these patterns.
|
String |
getNamespace()
The AWS CloudWatch namespace to which this metric name filter applies.
|
int |
hashCode() |
AWSMetricNameFiltersExcludeOnly |
namespace(String namespace) |
AWSMetricNameFiltersExcludeOnly |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setExcludeOnly(List<String> excludeOnly) |
void |
setNamespace(String namespace) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXCLUDE_ONLY
public static final String JSON_PROPERTY_NAMESPACE
public AWSMetricNameFiltersExcludeOnly excludeOnly(List<String> excludeOnly)
public AWSMetricNameFiltersExcludeOnly addExcludeOnlyItem(String excludeOnlyItem)
public List<String> getExcludeOnly()
public AWSMetricNameFiltersExcludeOnly namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
public AWSMetricNameFiltersExcludeOnly putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.