@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAccountResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_TAGS |
static String |
JSON_PROPERTY_AUTH_CONFIG |
static String |
JSON_PROPERTY_AWS_ACCOUNT_ID |
static String |
JSON_PROPERTY_AWS_PARTITION |
static String |
JSON_PROPERTY_AWS_REGIONS |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_LOGS_CONFIG |
static String |
JSON_PROPERTY_METRICS_CONFIG |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_RESOURCES_CONFIG |
static String |
JSON_PROPERTY_TRACES_CONFIG |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSAccountResponseAttributes() |
AWSAccountResponseAttributes(String awsAccountId) |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_TAGS
public static final String JSON_PROPERTY_AUTH_CONFIG
public static final String JSON_PROPERTY_AWS_ACCOUNT_ID
public static final String JSON_PROPERTY_AWS_PARTITION
public static final String JSON_PROPERTY_AWS_REGIONS
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_LOGS_CONFIG
public static final String JSON_PROPERTY_METRICS_CONFIG
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_RESOURCES_CONFIG
public static final String JSON_PROPERTY_TRACES_CONFIG
public AWSAccountResponseAttributes()
public AWSAccountResponseAttributes(String awsAccountId)
public AWSAccountResponseAttributes accountTags(List<String> accountTags)
public AWSAccountResponseAttributes addAccountTagsItem(String accountTagsItem)
@Nullable public List<String> getAccountTags()
[].public org.openapitools.jackson.nullable.JsonNullable<List<String>> getAccountTags_JsonNullable()
public void setAccountTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> accountTags)
public AWSAccountResponseAttributes authConfig(AWSAuthConfig authConfig)
@Nullable public AWSAuthConfig getAuthConfig()
public void setAuthConfig(AWSAuthConfig authConfig)
public AWSAccountResponseAttributes awsAccountId(String awsAccountId)
public String getAwsAccountId()
public void setAwsAccountId(String awsAccountId)
public AWSAccountResponseAttributes awsPartition(AWSAccountPartition awsPartition)
@Nullable public AWSAccountPartition getAwsPartition()
aws. See Partitions
in the AWS documentation for more information.public void setAwsPartition(AWSAccountPartition awsPartition)
public AWSAccountResponseAttributes awsRegions(AWSRegions awsRegions)
@Nullable public AWSRegions getAwsRegions()
include_all.public void setAwsRegions(AWSRegions awsRegions)
@Nullable public OffsetDateTime getCreatedAt()
public AWSAccountResponseAttributes logsConfig(AWSLogsConfig logsConfig)
@Nullable public AWSLogsConfig getLogsConfig()
public void setLogsConfig(AWSLogsConfig logsConfig)
public AWSAccountResponseAttributes metricsConfig(AWSMetricsConfig metricsConfig)
@Nullable public AWSMetricsConfig getMetricsConfig()
public void setMetricsConfig(AWSMetricsConfig metricsConfig)
@Nullable public OffsetDateTime getModifiedAt()
public AWSAccountResponseAttributes resourcesConfig(AWSResourcesConfig resourcesConfig)
@Nullable public AWSResourcesConfig getResourcesConfig()
public void setResourcesConfig(AWSResourcesConfig resourcesConfig)
public AWSAccountResponseAttributes tracesConfig(AWSTracesConfig tracesConfig)
@Nullable public AWSTracesConfig getTracesConfig()
public void setTracesConfig(AWSTracesConfig tracesConfig)
public AWSAccountResponseAttributes 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 © 2025. All rights reserved.