@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSIntegration extends Object
AWSIntegration object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSIntegration() |
AWSIntegration(AWSCredentials credentials,
AWSIntegrationType type) |
| Modifier and Type | Method and Description |
|---|---|
AWSIntegration |
credentials(AWSCredentials credentials) |
boolean |
equals(Object o)
Return true if this AWSIntegration object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
AWSCredentials |
getCredentials()
The definition of
AWSCredentials object. |
AWSIntegrationType |
getType()
The definition of
AWSIntegrationType object. |
int |
hashCode() |
AWSIntegration |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCredentials(AWSCredentials credentials) |
void |
setType(AWSIntegrationType type) |
String |
toString() |
AWSIntegration |
type(AWSIntegrationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_TYPE
public AWSIntegration()
public AWSIntegration(AWSCredentials credentials, AWSIntegrationType type)
public AWSIntegration credentials(AWSCredentials credentials)
public AWSCredentials getCredentials()
AWSCredentials object.public void setCredentials(AWSCredentials credentials)
public AWSIntegration type(AWSIntegrationType type)
public AWSIntegrationType getType()
AWSIntegrationType object.public void setType(AWSIntegrationType type)
public AWSIntegration 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.