@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSTagFilterDeleteRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_NAMESPACE |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSTagFilterDeleteRequest() |
| Modifier and Type | Method and Description |
|---|---|
AWSTagFilterDeleteRequest |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this AWSTagFilterDeleteRequest object is equal to o.
|
String |
getAccountId()
The unique identifier of your AWS account.
|
AWSNamespace |
getNamespace()
The namespace associated with the tag filter entry.
|
int |
hashCode() |
AWSTagFilterDeleteRequest |
namespace(AWSNamespace namespace) |
void |
setAccountId(String accountId) |
void |
setNamespace(AWSNamespace namespace) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_NAMESPACE
public AWSTagFilterDeleteRequest accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public AWSTagFilterDeleteRequest namespace(AWSNamespace namespace)
@Nullable public AWSNamespace getNamespace()
public void setNamespace(AWSNamespace namespace)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.