@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSTagFilterCreateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_NAMESPACE |
static String |
JSON_PROPERTY_TAG_FILTER_STR |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSTagFilterCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
AWSTagFilterCreateRequest |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this AWSTagFilterCreateRequest object is equal to o.
|
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.
|
AWSNamespace |
getNamespace()
The namespace associated with the tag filter entry.
|
String |
getTagFilterStr()
The tag filter string.
|
int |
hashCode() |
AWSTagFilterCreateRequest |
namespace(AWSNamespace namespace) |
AWSTagFilterCreateRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountId(String accountId) |
void |
setNamespace(AWSNamespace namespace) |
void |
setTagFilterStr(String tagFilterStr) |
AWSTagFilterCreateRequest |
tagFilterStr(String tagFilterStr) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_NAMESPACE
public static final String JSON_PROPERTY_TAG_FILTER_STR
public AWSTagFilterCreateRequest accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public AWSTagFilterCreateRequest namespace(AWSNamespace namespace)
@Nullable public AWSNamespace getNamespace()
public void setNamespace(AWSNamespace namespace)
public AWSTagFilterCreateRequest tagFilterStr(String tagFilterStr)
@Nullable public String getTagFilterStr()
public void setTagFilterStr(String tagFilterStr)
public AWSTagFilterCreateRequest 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.