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