@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAccountCreateResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXTERNAL_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSAccountCreateResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this AWSAccountCreateResponse object is equal to o.
|
AWSAccountCreateResponse |
externalId(String externalId) |
String |
getExternalId()
AWS external_id.
|
int |
hashCode() |
void |
setExternalId(String externalId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXTERNAL_ID
public AWSAccountCreateResponse externalId(String externalId)
@Nullable public String getExternalId()
public void setExternalId(String externalId)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.