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