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