@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AccountFilteringConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXCLUDED_ACCOUNTS |
static String |
JSON_PROPERTY_INCLUDE_NEW_ACCOUNTS |
static String |
JSON_PROPERTY_INCLUDED_ACCOUNTS |
boolean |
unparsed |
| Constructor and Description |
|---|
AccountFilteringConfig() |
| Modifier and Type | Method and Description |
|---|---|
AccountFilteringConfig |
addExcludedAccountsItem(String excludedAccountsItem) |
AccountFilteringConfig |
addIncludedAccountsItem(String includedAccountsItem) |
boolean |
equals(Object o)
Return true if this AccountFilteringConfig object is equal to o.
|
AccountFilteringConfig |
excludedAccounts(List<String> excludedAccounts) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getExcludedAccounts()
The AWS account IDs to be excluded from your billing dataset.
|
List<String> |
getIncludedAccounts()
The AWS account IDs to be included in your billing dataset.
|
Boolean |
getIncludeNewAccounts()
Whether or not to automatically include new member accounts by default in your billing dataset.
|
int |
hashCode() |
AccountFilteringConfig |
includedAccounts(List<String> includedAccounts) |
AccountFilteringConfig |
includeNewAccounts(Boolean includeNewAccounts) |
AccountFilteringConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setExcludedAccounts(List<String> excludedAccounts) |
void |
setIncludedAccounts(List<String> includedAccounts) |
void |
setIncludeNewAccounts(Boolean includeNewAccounts) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXCLUDED_ACCOUNTS
public static final String JSON_PROPERTY_INCLUDE_NEW_ACCOUNTS
public static final String JSON_PROPERTY_INCLUDED_ACCOUNTS
public AccountFilteringConfig excludedAccounts(List<String> excludedAccounts)
public AccountFilteringConfig addExcludedAccountsItem(String excludedAccountsItem)
@Nullable public List<String> getExcludedAccounts()
include_new_accounts is true.public AccountFilteringConfig includeNewAccounts(Boolean includeNewAccounts)
@Nullable public Boolean getIncludeNewAccounts()
public void setIncludeNewAccounts(Boolean includeNewAccounts)
public AccountFilteringConfig includedAccounts(List<String> includedAccounts)
public AccountFilteringConfig addIncludedAccountsItem(String includedAccountsItem)
@Nullable public List<String> getIncludedAccounts()
include_new_accounts is false.public AccountFilteringConfig 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.