@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAccountResponseData extends Object
| 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 |
|---|
AWSAccountResponseData() |
AWSAccountResponseData(String id,
AWSAccountType type) |
| Modifier and Type | Method and Description |
|---|---|
AWSAccountResponseData |
attributes(AWSAccountResponseAttributes attributes) |
boolean |
equals(Object o)
Return true if this AWSAccountResponseData 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.
|
AWSAccountResponseAttributes |
getAttributes()
AWS Account response attributes.
|
String |
getId()
Unique Datadog ID of the AWS Account Integration Config.
|
AWSAccountType |
getType()
AWS Account resource type.
|
int |
hashCode() |
AWSAccountResponseData |
id(String id) |
AWSAccountResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(AWSAccountResponseAttributes attributes) |
void |
setId(String id) |
void |
setType(AWSAccountType type) |
String |
toString() |
AWSAccountResponseData |
type(AWSAccountType 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 AWSAccountResponseData()
public AWSAccountResponseData(String id, AWSAccountType type)
public AWSAccountResponseData attributes(AWSAccountResponseAttributes attributes)
@Nullable public AWSAccountResponseAttributes getAttributes()
public void setAttributes(AWSAccountResponseAttributes attributes)
public AWSAccountResponseData id(String id)
public String getId()
public void setId(String id)
public AWSAccountResponseData type(AWSAccountType type)
public AWSAccountType getType()
public void setType(AWSAccountType type)
public AWSAccountResponseData 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.