@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSAuthConfigRole extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXTERNAL_ID |
static String |
JSON_PROPERTY_ROLE_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSAuthConfigRole() |
AWSAuthConfigRole(String roleName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this AWSAuthConfigRole object is equal to o.
|
AWSAuthConfigRole |
externalId(String externalId) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getExternalId()
AWS IAM External ID for associated role.
|
String |
getRoleName()
AWS IAM Role name.
|
int |
hashCode() |
AWSAuthConfigRole |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AWSAuthConfigRole |
roleName(String roleName) |
void |
setExternalId(String externalId) |
void |
setRoleName(String roleName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXTERNAL_ID
public static final String JSON_PROPERTY_ROLE_NAME
public AWSAuthConfigRole()
public AWSAuthConfigRole(String roleName)
public AWSAuthConfigRole externalId(String externalId)
@Nullable public String getExternalId()
public void setExternalId(String externalId)
public AWSAuthConfigRole roleName(String roleName)
public String getRoleName()
public void setRoleName(String roleName)
public AWSAuthConfigRole 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.