@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringTerraformExportAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OUTPUT |
static String |
JSON_PROPERTY_RESOURCE_ID |
static String |
JSON_PROPERTY_TYPE_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringTerraformExportAttributes() |
SecurityMonitoringTerraformExportAttributes(String resourceId,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SecurityMonitoringTerraformExportAttributes 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.
|
String |
getOutput()
The Terraform configuration for the resource.
|
String |
getResourceId()
The ID of the exported resource.
|
String |
getTypeName()
The Terraform resource type name.
|
int |
hashCode() |
SecurityMonitoringTerraformExportAttributes |
output(String output) |
SecurityMonitoringTerraformExportAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringTerraformExportAttributes |
resourceId(String resourceId) |
void |
setOutput(String output) |
void |
setResourceId(String resourceId) |
void |
setTypeName(String typeName) |
String |
toString() |
SecurityMonitoringTerraformExportAttributes |
typeName(String typeName) |
public boolean unparsed
public static final String JSON_PROPERTY_OUTPUT
public static final String JSON_PROPERTY_RESOURCE_ID
public static final String JSON_PROPERTY_TYPE_NAME
public SecurityMonitoringTerraformExportAttributes()
public SecurityMonitoringTerraformExportAttributes output(String output)
@Nullable public String getOutput()
public void setOutput(String output)
public SecurityMonitoringTerraformExportAttributes resourceId(String resourceId)
public String getResourceId()
public void setResourceId(String resourceId)
public SecurityMonitoringTerraformExportAttributes typeName(String typeName)
public String getTypeName()
public void setTypeName(String typeName)
public SecurityMonitoringTerraformExportAttributes 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.