@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsArchiveIntegrationS3AccessKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCESS_KEY_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsArchiveIntegrationS3AccessKey() |
LogsArchiveIntegrationS3AccessKey(String accessKeyId) |
| Modifier and Type | Method and Description |
|---|---|
LogsArchiveIntegrationS3AccessKey |
accessKeyId(String accessKeyId) |
boolean |
equals(Object o)
Return true if this LogsArchiveIntegrationS3AccessKey object is equal to o.
|
String |
getAccessKeyId()
The access key ID for the integration.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
int |
hashCode() |
LogsArchiveIntegrationS3AccessKey |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccessKeyId(String accessKeyId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCESS_KEY_ID
public LogsArchiveIntegrationS3AccessKey()
public LogsArchiveIntegrationS3AccessKey(String accessKeyId)
public LogsArchiveIntegrationS3AccessKey accessKeyId(String accessKeyId)
public String getAccessKeyId()
public void setAccessKeyId(String accessKeyId)
public LogsArchiveIntegrationS3AccessKey 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.