@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsPrivateLocationSecrets extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHENTICATION |
static String |
JSON_PROPERTY_CONFIG_DECRYPTION |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsPrivateLocationSecrets() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHENTICATION
public static final String JSON_PROPERTY_CONFIG_DECRYPTION
public SyntheticsPrivateLocationSecrets authentication(SyntheticsPrivateLocationSecretsAuthentication authentication)
@Nullable public SyntheticsPrivateLocationSecretsAuthentication getAuthentication()
public void setAuthentication(SyntheticsPrivateLocationSecretsAuthentication authentication)
public SyntheticsPrivateLocationSecrets configDecryption(SyntheticsPrivateLocationSecretsConfigDecryption configDecryption)
@Nullable public SyntheticsPrivateLocationSecretsConfigDecryption getConfigDecryption()
public void setConfigDecryption(SyntheticsPrivateLocationSecretsConfigDecryption configDecryption)
public SyntheticsPrivateLocationSecrets 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.