@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSCloudAuthPersonaMappingAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_IDENTIFIER |
static String |
JSON_PROPERTY_ACCOUNT_UUID |
static String |
JSON_PROPERTY_ARN_PATTERN |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSCloudAuthPersonaMappingAttributesResponse() |
AWSCloudAuthPersonaMappingAttributesResponse(String accountIdentifier,
String accountUuid,
String arnPattern) |
| Modifier and Type | Method and Description |
|---|---|
AWSCloudAuthPersonaMappingAttributesResponse |
accountIdentifier(String accountIdentifier) |
AWSCloudAuthPersonaMappingAttributesResponse |
accountUuid(String accountUuid) |
AWSCloudAuthPersonaMappingAttributesResponse |
arnPattern(String arnPattern) |
boolean |
equals(Object o)
Return true if this AWSCloudAuthPersonaMappingAttributesResponse object is equal to o.
|
String |
getAccountIdentifier()
Datadog account identifier (email or handle) mapped to the AWS principal
|
String |
getAccountUuid()
Datadog account UUID
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getArnPattern()
AWS IAM ARN pattern to match for authentication
|
int |
hashCode() |
AWSCloudAuthPersonaMappingAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountIdentifier(String accountIdentifier) |
void |
setAccountUuid(String accountUuid) |
void |
setArnPattern(String arnPattern) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_IDENTIFIER
public static final String JSON_PROPERTY_ACCOUNT_UUID
public static final String JSON_PROPERTY_ARN_PATTERN
public AWSCloudAuthPersonaMappingAttributesResponse()
public AWSCloudAuthPersonaMappingAttributesResponse accountIdentifier(String accountIdentifier)
public String getAccountIdentifier()
public void setAccountIdentifier(String accountIdentifier)
public AWSCloudAuthPersonaMappingAttributesResponse accountUuid(String accountUuid)
public String getAccountUuid()
public void setAccountUuid(String accountUuid)
public AWSCloudAuthPersonaMappingAttributesResponse arnPattern(String arnPattern)
public String getArnPattern()
public void setArnPattern(String arnPattern)
public AWSCloudAuthPersonaMappingAttributesResponse 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.