@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSTagFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAMESPACE |
static String |
JSON_PROPERTY_TAG_FILTER_STR |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSTagFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this AWSTagFilter object is equal to o.
|
AWSNamespace |
getNamespace()
The namespace associated with the tag filter entry.
|
String |
getTagFilterStr()
The tag filter string.
|
int |
hashCode() |
AWSTagFilter |
namespace(AWSNamespace namespace) |
void |
setNamespace(AWSNamespace namespace) |
void |
setTagFilterStr(String tagFilterStr) |
AWSTagFilter |
tagFilterStr(String tagFilterStr) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NAMESPACE
public static final String JSON_PROPERTY_TAG_FILTER_STR
public AWSTagFilter namespace(AWSNamespace namespace)
@Nullable public AWSNamespace getNamespace()
public void setNamespace(AWSNamespace namespace)
public AWSTagFilter tagFilterStr(String tagFilterStr)
@Nullable public String getTagFilterStr()
public void setTagFilterStr(String tagFilterStr)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.