@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateTenancyConfigDataAttributesLogsConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPARTMENT_TAG_FILTERS |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_ENABLED_SERVICES |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateTenancyConfigDataAttributesLogsConfig() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPARTMENT_TAG_FILTERS
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED_SERVICES
public CreateTenancyConfigDataAttributesLogsConfig()
public CreateTenancyConfigDataAttributesLogsConfig compartmentTagFilters(List<String> compartmentTagFilters)
public CreateTenancyConfigDataAttributesLogsConfig addCompartmentTagFiltersItem(String compartmentTagFiltersItem)
@Nullable public List<String> getCompartmentTagFilters()
public CreateTenancyConfigDataAttributesLogsConfig enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public CreateTenancyConfigDataAttributesLogsConfig enabledServices(List<String> enabledServices)
public CreateTenancyConfigDataAttributesLogsConfig addEnabledServicesItem(String enabledServicesItem)
@Nullable public List<String> getEnabledServices()
public CreateTenancyConfigDataAttributesLogsConfig 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.