@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAccountDeleteRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCESS_KEY_ID |
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_ROLE_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSAccountDeleteRequest() |
| Modifier and Type | Method and Description |
|---|---|
AWSAccountDeleteRequest |
accessKeyId(String accessKeyId) |
AWSAccountDeleteRequest |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this AWSAccountDeleteRequest object is equal to o.
|
String |
getAccessKeyId()
Your AWS access key ID.
|
String |
getAccountId()
Your AWS Account ID without dashes.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getRoleName()
Your Datadog role delegation name.
|
int |
hashCode() |
AWSAccountDeleteRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AWSAccountDeleteRequest |
roleName(String roleName) |
void |
setAccessKeyId(String accessKeyId) |
void |
setAccountId(String accountId) |
void |
setRoleName(String roleName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCESS_KEY_ID
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_ROLE_NAME
public AWSAccountDeleteRequest accessKeyId(String accessKeyId)
@Nullable public String getAccessKeyId()
public void setAccessKeyId(String accessKeyId)
public AWSAccountDeleteRequest accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public AWSAccountDeleteRequest roleName(String roleName)
@Nullable public String getRoleName()
public void setRoleName(String roleName)
public AWSAccountDeleteRequest 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.