@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSLogsServicesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_SERVICES |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSLogsServicesRequest() |
AWSLogsServicesRequest(String accountId,
List<String> services) |
| Modifier and Type | Method and Description |
|---|---|
AWSLogsServicesRequest |
accountId(String accountId) |
AWSLogsServicesRequest |
addServicesItem(String servicesItem) |
boolean |
equals(Object o)
Return true if this AWSLogsServicesRequest object is equal to o.
|
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<String> |
getServices()
Array of services IDs set to enable automatic log collection.
|
int |
hashCode() |
AWSLogsServicesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AWSLogsServicesRequest |
services(List<String> services) |
void |
setAccountId(String accountId) |
void |
setServices(List<String> services) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_SERVICES
public AWSLogsServicesRequest accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public AWSLogsServicesRequest services(List<String> services)
public AWSLogsServicesRequest addServicesItem(String servicesItem)
public List<String> getServices()
public AWSLogsServicesRequest 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.