@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AwsCurConfigResponseDataAttributesAccountFilters extends Object
AwsCurConfigResponseDataAttributesAccountFilters 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 |
|---|
AwsCurConfigResponseDataAttributesAccountFilters() |
| Modifier and Type | Method and Description |
|---|---|
AwsCurConfigResponseDataAttributesAccountFilters |
addExcludedAccountsItem(String excludedAccountsItem) |
AwsCurConfigResponseDataAttributesAccountFilters |
addIncludedAccountsItem(String includedAccountsItem) |
boolean |
equals(Object o)
Return true if this AwsCurConfigResponseDataAttributesAccountFilters object is equal to o.
|
AwsCurConfigResponseDataAttributesAccountFilters |
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
account_filters excluded_accounts. |
List<String> |
getIncludedAccounts()
The
account_filters included_accounts. |
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getIncludeNewAccounts_JsonNullable() |
Boolean |
getIncludeNewAccounts()
The
account_filters include_new_accounts. |
int |
hashCode() |
AwsCurConfigResponseDataAttributesAccountFilters |
includedAccounts(List<String> includedAccounts) |
AwsCurConfigResponseDataAttributesAccountFilters |
includeNewAccounts(Boolean includeNewAccounts) |
AwsCurConfigResponseDataAttributesAccountFilters |
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_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> includeNewAccounts) |
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 AwsCurConfigResponseDataAttributesAccountFilters()
public AwsCurConfigResponseDataAttributesAccountFilters excludedAccounts(List<String> excludedAccounts)
public AwsCurConfigResponseDataAttributesAccountFilters addExcludedAccountsItem(String excludedAccountsItem)
@Nullable public List<String> getExcludedAccounts()
account_filters excluded_accounts.public AwsCurConfigResponseDataAttributesAccountFilters includeNewAccounts(Boolean includeNewAccounts)
@Nullable public Boolean getIncludeNewAccounts()
account_filters include_new_accounts.public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIncludeNewAccounts_JsonNullable()
public void setIncludeNewAccounts_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> includeNewAccounts)
public void setIncludeNewAccounts(Boolean includeNewAccounts)
public AwsCurConfigResponseDataAttributesAccountFilters includedAccounts(List<String> includedAccounts)
public AwsCurConfigResponseDataAttributesAccountFilters addIncludedAccountsItem(String includedAccountsItem)
@Nullable public List<String> getIncludedAccounts()
account_filters included_accounts.public AwsCurConfigResponseDataAttributesAccountFilters 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.