@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSEventBridgeListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNTS |
static String |
JSON_PROPERTY_IS_INSTALLED |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSEventBridgeListResponse() |
| Modifier and Type | Method and Description |
|---|---|
AWSEventBridgeListResponse |
accounts(List<AWSEventBridgeAccountConfiguration> accounts) |
AWSEventBridgeListResponse |
addAccountsItem(AWSEventBridgeAccountConfiguration accountsItem) |
boolean |
equals(Object o)
Return true if this AWSEventBridgeListResponse object is equal to o.
|
List<AWSEventBridgeAccountConfiguration> |
getAccounts()
List of accounts with their event sources.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getIsInstalled()
True if the EventBridge sub-integration is enabled for your organization.
|
int |
hashCode() |
AWSEventBridgeListResponse |
isInstalled(Boolean isInstalled) |
AWSEventBridgeListResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccounts(List<AWSEventBridgeAccountConfiguration> accounts) |
void |
setIsInstalled(Boolean isInstalled) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNTS
public static final String JSON_PROPERTY_IS_INSTALLED
public AWSEventBridgeListResponse accounts(List<AWSEventBridgeAccountConfiguration> accounts)
public AWSEventBridgeListResponse addAccountsItem(AWSEventBridgeAccountConfiguration accountsItem)
@Nullable public List<AWSEventBridgeAccountConfiguration> getAccounts()
public void setAccounts(List<AWSEventBridgeAccountConfiguration> accounts)
public AWSEventBridgeListResponse isInstalled(Boolean isInstalled)
@Nullable public Boolean getIsInstalled()
public void setIsInstalled(Boolean isInstalled)
public AWSEventBridgeListResponse 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.