@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSEventBridgeDeleteRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_EVENT_GENERATOR_NAME |
static String |
JSON_PROPERTY_REGION |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSEventBridgeDeleteRequestAttributes() |
AWSEventBridgeDeleteRequestAttributes(String accountId,
String eventGeneratorName,
String region) |
| Modifier and Type | Method and Description |
|---|---|
AWSEventBridgeDeleteRequestAttributes |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this AWSEventBridgeDeleteRequestAttributes object is equal to o.
|
AWSEventBridgeDeleteRequestAttributes |
eventGeneratorName(String eventGeneratorName) |
String |
getAccountId()
AWS Account ID.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEventGeneratorName()
The event source name.
|
String |
getRegion()
The event source's AWS
region.
|
int |
hashCode() |
AWSEventBridgeDeleteRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AWSEventBridgeDeleteRequestAttributes |
region(String region) |
void |
setAccountId(String accountId) |
void |
setEventGeneratorName(String eventGeneratorName) |
void |
setRegion(String region) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_EVENT_GENERATOR_NAME
public static final String JSON_PROPERTY_REGION
public AWSEventBridgeDeleteRequestAttributes()
public AWSEventBridgeDeleteRequestAttributes accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public AWSEventBridgeDeleteRequestAttributes eventGeneratorName(String eventGeneratorName)
public String getEventGeneratorName()
public void setEventGeneratorName(String eventGeneratorName)
public AWSEventBridgeDeleteRequestAttributes region(String region)
public String getRegion()
public void setRegion(String region)
public AWSEventBridgeDeleteRequestAttributes 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 © 2026. All rights reserved.