@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSEventBridgeAccountConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_EVENT_HUBS |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSEventBridgeAccountConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AWSEventBridgeAccountConfiguration |
accountId(String accountId) |
AWSEventBridgeAccountConfiguration |
addEventHubsItem(AWSEventBridgeSource eventHubsItem) |
AWSEventBridgeAccountConfiguration |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this AWSEventBridgeAccountConfiguration object is equal to o.
|
AWSEventBridgeAccountConfiguration |
eventHubs(List<AWSEventBridgeSource> eventHubs) |
String |
getAccountId()
Your AWS Account ID without dashes.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<AWSEventBridgeSource> |
getEventHubs()
Array of AWS event sources associated with this account.
|
List<String> |
getTags()
Array of tags (in the form
key:value) which are added to all hosts and metrics
reporting through the main AWS integration. |
int |
hashCode() |
AWSEventBridgeAccountConfiguration |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountId(String accountId) |
void |
setEventHubs(List<AWSEventBridgeSource> eventHubs) |
void |
setTags(List<String> tags) |
AWSEventBridgeAccountConfiguration |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_EVENT_HUBS
public static final String JSON_PROPERTY_TAGS
public AWSEventBridgeAccountConfiguration accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public AWSEventBridgeAccountConfiguration eventHubs(List<AWSEventBridgeSource> eventHubs)
public AWSEventBridgeAccountConfiguration addEventHubsItem(AWSEventBridgeSource eventHubsItem)
@Nullable public List<AWSEventBridgeSource> getEventHubs()
public void setEventHubs(List<AWSEventBridgeSource> eventHubs)
public AWSEventBridgeAccountConfiguration tags(List<String> tags)
public AWSEventBridgeAccountConfiguration addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
key:value) which are added to all hosts and metrics
reporting through the main AWS integration.public AWSEventBridgeAccountConfiguration 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.