@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringTerraformBulkExportAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RESOURCE_IDS |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringTerraformBulkExportAttributes() |
SecurityMonitoringTerraformBulkExportAttributes(List<String> resourceIds) |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringTerraformBulkExportAttributes |
addResourceIdsItem(String resourceIdsItem) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringTerraformBulkExportAttributes 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.
|
List<String> |
getResourceIds()
The list of resource IDs to export.
|
int |
hashCode() |
SecurityMonitoringTerraformBulkExportAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringTerraformBulkExportAttributes |
resourceIds(List<String> resourceIds) |
void |
setResourceIds(List<String> resourceIds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_RESOURCE_IDS
public SecurityMonitoringTerraformBulkExportAttributes()
public SecurityMonitoringTerraformBulkExportAttributes resourceIds(List<String> resourceIds)
public SecurityMonitoringTerraformBulkExportAttributes addResourceIdsItem(String resourceIdsItem)
public List<String> getResourceIds()
public SecurityMonitoringTerraformBulkExportAttributes 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.