@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AwsOnDemandAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ARN |
static String |
JSON_PROPERTY_ASSIGNED_AT |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
AwsOnDemandAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AwsOnDemandAttributes |
arn(String arn) |
AwsOnDemandAttributes |
assignedAt(String assignedAt) |
AwsOnDemandAttributes |
createdAt(String createdAt) |
boolean |
equals(Object o)
Return true if this AwsOnDemandAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getArn()
The arn of the resource to scan.
|
String |
getAssignedAt()
Specifies the assignment timestamp if the task has been already assigned to a scanner.
|
String |
getCreatedAt()
The task submission timestamp.
|
String |
getStatus()
Indicates the status of the task.
|
int |
hashCode() |
AwsOnDemandAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setArn(String arn) |
void |
setAssignedAt(String assignedAt) |
void |
setCreatedAt(String createdAt) |
void |
setStatus(String status) |
AwsOnDemandAttributes |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ARN
public static final String JSON_PROPERTY_ASSIGNED_AT
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_STATUS
public AwsOnDemandAttributes arn(String arn)
@Nullable public String getArn()
public void setArn(String arn)
public AwsOnDemandAttributes assignedAt(String assignedAt)
@Nullable public String getAssignedAt()
public void setAssignedAt(String assignedAt)
public AwsOnDemandAttributes createdAt(String createdAt)
@Nullable public String getCreatedAt()
public void setCreatedAt(String createdAt)
public AwsOnDemandAttributes status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public AwsOnDemandAttributes 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.