@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpsertCloudInventorySyncConfigRequestAttributes extends Object
data.id. Include only the matching
provider object (aws, gcp, or azure).| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AWS |
static String |
JSON_PROPERTY_AZURE |
static String |
JSON_PROPERTY_GCP |
boolean |
unparsed |
| Constructor and Description |
|---|
UpsertCloudInventorySyncConfigRequestAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_AWS
public static final String JSON_PROPERTY_AZURE
public static final String JSON_PROPERTY_GCP
public UpsertCloudInventorySyncConfigRequestAttributes()
public UpsertCloudInventorySyncConfigRequestAttributes aws(CloudInventorySyncConfigAWSRequestAttributes aws)
@Nullable public CloudInventorySyncConfigAWSRequestAttributes getAws()
public void setAws(CloudInventorySyncConfigAWSRequestAttributes aws)
public UpsertCloudInventorySyncConfigRequestAttributes azure(CloudInventorySyncConfigAzureRequestAttributes azure)
@Nullable public CloudInventorySyncConfigAzureRequestAttributes getAzure()
public void setAzure(CloudInventorySyncConfigAzureRequestAttributes azure)
public UpsertCloudInventorySyncConfigRequestAttributes gcp(CloudInventorySyncConfigGCPRequestAttributes gcp)
@Nullable public CloudInventorySyncConfigGCPRequestAttributes getGcp()
public void setGcp(CloudInventorySyncConfigGCPRequestAttributes gcp)
public UpsertCloudInventorySyncConfigRequestAttributes 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.