@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AccountFiltersAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_FILTERS |
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_CLOUD |
boolean |
unparsed |
| Constructor and Description |
|---|
AccountFiltersAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AccountFiltersAttributes |
accountFilters(AccountFilteringConfig accountFilters) |
AccountFiltersAttributes |
accountId(String accountId) |
AccountFiltersAttributes |
cloud(String cloud) |
boolean |
equals(Object o)
Return true if this AccountFiltersAttributes object is equal to o.
|
AccountFilteringConfig |
getAccountFilters()
The account filtering configuration.
|
String |
getAccountId()
The cloud account ID.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCloud()
The cloud provider of the account, for example
aws, aws_cur2, or
oci. |
int |
hashCode() |
AccountFiltersAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountFilters(AccountFilteringConfig accountFilters) |
void |
setAccountId(String accountId) |
void |
setCloud(String cloud) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_FILTERS
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_CLOUD
public AccountFiltersAttributes accountFilters(AccountFilteringConfig accountFilters)
@Nullable public AccountFilteringConfig getAccountFilters()
public void setAccountFilters(AccountFilteringConfig accountFilters)
public AccountFiltersAttributes accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public AccountFiltersAttributes cloud(String cloud)
@Nullable public String getCloud()
aws, aws_cur2, or
oci.public void setCloud(String cloud)
public AccountFiltersAttributes 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.