@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAccountListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNTS |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSAccountListResponse() |
| Modifier and Type | Method and Description |
|---|---|
AWSAccountListResponse |
accounts(List<AWSAccount> accounts) |
AWSAccountListResponse |
addAccountsItem(AWSAccount accountsItem) |
boolean |
equals(Object o)
Return true if this AWSAccountListResponse object is equal to o.
|
List<AWSAccount> |
getAccounts()
List of enabled AWS accounts.
|
int |
hashCode() |
void |
setAccounts(List<AWSAccount> accounts) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNTS
public AWSAccountListResponse accounts(List<AWSAccount> accounts)
public AWSAccountListResponse addAccountsItem(AWSAccount accountsItem)
@Nullable public List<AWSAccount> getAccounts()
public void setAccounts(List<AWSAccount> accounts)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.