@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAuthConfigKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCESS_KEY_ID |
static String |
JSON_PROPERTY_SECRET_ACCESS_KEY |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSAuthConfigKeys() |
AWSAuthConfigKeys(String accessKeyId) |
| Modifier and Type | Method and Description |
|---|---|
AWSAuthConfigKeys |
accessKeyId(String accessKeyId) |
boolean |
equals(Object o)
Return true if this AWSAuthConfigKeys object is equal to o.
|
String |
getAccessKeyId()
AWS Access Key ID.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getSecretAccessKey()
AWS Secret Access Key.
|
int |
hashCode() |
AWSAuthConfigKeys |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AWSAuthConfigKeys |
secretAccessKey(String secretAccessKey) |
void |
setAccessKeyId(String accessKeyId) |
void |
setSecretAccessKey(String secretAccessKey) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCESS_KEY_ID
public static final String JSON_PROPERTY_SECRET_ACCESS_KEY
public AWSAuthConfigKeys()
public AWSAuthConfigKeys(String accessKeyId)
public AWSAuthConfigKeys accessKeyId(String accessKeyId)
public String getAccessKeyId()
public void setAccessKeyId(String accessKeyId)
public AWSAuthConfigKeys secretAccessKey(String secretAccessKey)
@Nullable public String getSecretAccessKey()
public void setSecretAccessKey(String secretAccessKey)
public AWSAuthConfigKeys 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 © 2025. All rights reserved.