@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAccountUpdateRequestAttributes 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_LOGS_CONFIG |
static String |
JSON_PROPERTY_METRICS_CONFIG |
static String |
JSON_PROPERTY_RESOURCES_CONFIG |
static String |
JSON_PROPERTY_TRACES_CONFIG |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSAccountUpdateRequestAttributes() |
AWSAccountUpdateRequestAttributes(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_LOGS_CONFIG
public static final String JSON_PROPERTY_METRICS_CONFIG
public static final String JSON_PROPERTY_RESOURCES_CONFIG
public static final String JSON_PROPERTY_TRACES_CONFIG
public AWSAccountUpdateRequestAttributes()
public AWSAccountUpdateRequestAttributes(String awsAccountId)
public AWSAccountUpdateRequestAttributes accountTags(List<String> accountTags)
public AWSAccountUpdateRequestAttributes 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 AWSAccountUpdateRequestAttributes authConfig(AWSAuthConfig authConfig)
@Nullable public AWSAuthConfig getAuthConfig()
public void setAuthConfig(AWSAuthConfig authConfig)
public AWSAccountUpdateRequestAttributes awsAccountId(String awsAccountId)
public String getAwsAccountId()
public void setAwsAccountId(String awsAccountId)
public AWSAccountUpdateRequestAttributes awsPartition(AWSAccountPartition awsPartition)
@Nullable public AWSAccountPartition getAwsPartition()
aws. See Partitions
in the AWS documentation for more information.public void setAwsPartition(AWSAccountPartition awsPartition)
public AWSAccountUpdateRequestAttributes awsRegions(AWSRegions awsRegions)
@Nullable public AWSRegions getAwsRegions()
include_all.public void setAwsRegions(AWSRegions awsRegions)
public AWSAccountUpdateRequestAttributes logsConfig(AWSLogsConfig logsConfig)
@Nullable public AWSLogsConfig getLogsConfig()
public void setLogsConfig(AWSLogsConfig logsConfig)
public AWSAccountUpdateRequestAttributes metricsConfig(AWSMetricsConfig metricsConfig)
@Nullable public AWSMetricsConfig getMetricsConfig()
public void setMetricsConfig(AWSMetricsConfig metricsConfig)
public AWSAccountUpdateRequestAttributes resourcesConfig(AWSResourcesConfig resourcesConfig)
@Nullable public AWSResourcesConfig getResourcesConfig()
public void setResourcesConfig(AWSResourcesConfig resourcesConfig)
public AWSAccountUpdateRequestAttributes tracesConfig(AWSTracesConfig tracesConfig)
@Nullable public AWSTracesConfig getTracesConfig()
public void setTracesConfig(AWSTracesConfig tracesConfig)
public AWSAccountUpdateRequestAttributes 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 © 2024. All rights reserved.