@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CostTagDescriptionUpsertRequestData extends Object
id is
informational; the authoritative tag key is taken from the URL path.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CostTagDescriptionUpsertRequestData() |
CostTagDescriptionUpsertRequestData(CostTagDescriptionUpsertRequestDataAttributes attributes,
CostTagDescriptionType type) |
| Modifier and Type | Method and Description |
|---|---|
CostTagDescriptionUpsertRequestData |
attributes(CostTagDescriptionUpsertRequestDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this CostTagDescriptionUpsertRequestData 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.
|
CostTagDescriptionUpsertRequestDataAttributes |
getAttributes()
Mutable attributes set when creating or updating a Cloud Cost Management tag key description.
|
String |
getId()
Identifier of the tag key the description applies to.
|
CostTagDescriptionType |
getType()
Type of the Cloud Cost Management tag description resource.
|
int |
hashCode() |
CostTagDescriptionUpsertRequestData |
id(String id) |
CostTagDescriptionUpsertRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(CostTagDescriptionUpsertRequestDataAttributes attributes) |
void |
setId(String id) |
void |
setType(CostTagDescriptionType type) |
String |
toString() |
CostTagDescriptionUpsertRequestData |
type(CostTagDescriptionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public CostTagDescriptionUpsertRequestData()
public CostTagDescriptionUpsertRequestData(CostTagDescriptionUpsertRequestDataAttributes attributes, CostTagDescriptionType type)
public CostTagDescriptionUpsertRequestData attributes(CostTagDescriptionUpsertRequestDataAttributes attributes)
public CostTagDescriptionUpsertRequestDataAttributes getAttributes()
public void setAttributes(CostTagDescriptionUpsertRequestDataAttributes attributes)
public CostTagDescriptionUpsertRequestData id(String id)
@Nullable public String getId()
tag_key path
parameter.public void setId(String id)
public CostTagDescriptionUpsertRequestData type(CostTagDescriptionType type)
public CostTagDescriptionType getType()
public void setType(CostTagDescriptionType type)
public CostTagDescriptionUpsertRequestData 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.