@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ResourceFilterAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLOUD_PROVIDER |
static String |
JSON_PROPERTY_UUID |
boolean |
unparsed |
| Constructor and Description |
|---|
ResourceFilterAttributes() |
ResourceFilterAttributes(Map<String,Map<String,List<String>>> cloudProvider) |
| Modifier and Type | Method and Description |
|---|---|
ResourceFilterAttributes |
cloudProvider(Map<String,Map<String,List<String>>> cloudProvider) |
boolean |
equals(Object o)
Return true if this ResourceFilterAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Map<String,Map<String,List<String>>> |
getCloudProvider()
A map of cloud provider names (e.g., "aws", "gcp", "azure") to a map of account/resource IDs
and their associated tag filters.
|
String |
getUuid()
The UUID of the resource filter.
|
int |
hashCode() |
ResourceFilterAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ResourceFilterAttributes |
putCloudProviderItem(String key,
Map<String,List<String>> cloudProviderItem) |
void |
setCloudProvider(Map<String,Map<String,List<String>>> cloudProvider) |
void |
setUuid(String uuid) |
String |
toString() |
ResourceFilterAttributes |
uuid(String uuid) |
public boolean unparsed
public static final String JSON_PROPERTY_CLOUD_PROVIDER
public static final String JSON_PROPERTY_UUID
public ResourceFilterAttributes cloudProvider(Map<String,Map<String,List<String>>> cloudProvider)
public ResourceFilterAttributes putCloudProviderItem(String key, Map<String,List<String>> cloudProviderItem)
public Map<String,Map<String,List<String>>> getCloudProvider()
public ResourceFilterAttributes uuid(String uuid)
@Nullable public String getUuid()
public void setUuid(String uuid)
public ResourceFilterAttributes 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 © 2025. All rights reserved.