@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSEventBridgeCreateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_CREATE_EVENT_BUS |
static String |
JSON_PROPERTY_EVENT_GENERATOR_NAME |
static String |
JSON_PROPERTY_REGION |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSEventBridgeCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
AWSEventBridgeCreateRequest |
accountId(String accountId) |
AWSEventBridgeCreateRequest |
createEventBus(Boolean createEventBus) |
boolean |
equals(Object o)
Return true if this AWSEventBridgeCreateRequest object is equal to o.
|
AWSEventBridgeCreateRequest |
eventGeneratorName(String eventGeneratorName) |
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.
|
Boolean |
getCreateEventBus()
True if Datadog should create the event bus in addition to the event source.
|
String |
getEventGeneratorName()
The given part of the event source name, which is then combined with an assigned suffix to form
the full name.
|
String |
getRegion()
The event source's AWS
region.
|
int |
hashCode() |
AWSEventBridgeCreateRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AWSEventBridgeCreateRequest |
region(String region) |
void |
setAccountId(String accountId) |
void |
setCreateEventBus(Boolean createEventBus) |
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_CREATE_EVENT_BUS
public static final String JSON_PROPERTY_EVENT_GENERATOR_NAME
public static final String JSON_PROPERTY_REGION
public AWSEventBridgeCreateRequest accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public AWSEventBridgeCreateRequest createEventBus(Boolean createEventBus)
@Nullable public Boolean getCreateEventBus()
events:CreateEventBus permission.public void setCreateEventBus(Boolean createEventBus)
public AWSEventBridgeCreateRequest eventGeneratorName(String eventGeneratorName)
@Nullable public String getEventGeneratorName()
public void setEventGeneratorName(String eventGeneratorName)
public AWSEventBridgeCreateRequest region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public AWSEventBridgeCreateRequest 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.