@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAuditTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAuditTaskResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAuditTaskResult |
addAuditDetailsEntry(String key,
AuditCheckDetails value)
Add a single AuditDetails entry
|
DescribeAuditTaskResult |
clearAuditDetailsEntries()
Removes all the entries added into AuditDetails.
|
DescribeAuditTaskResult |
clone() |
boolean |
equals(Object obj) |
Map<String,AuditCheckDetails> |
getAuditDetails()
Detailed information about each check performed during this audit.
|
String |
getScheduledAuditName()
The name of the scheduled audit (only if the audit was a scheduled audit).
|
Date |
getTaskStartTime()
The time the audit started.
|
TaskStatistics |
getTaskStatistics()
Statistical information about the audit.
|
String |
getTaskStatus()
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
|
String |
getTaskType()
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
int |
hashCode() |
void |
setAuditDetails(Map<String,AuditCheckDetails> auditDetails)
Detailed information about each check performed during this audit.
|
void |
setScheduledAuditName(String scheduledAuditName)
The name of the scheduled audit (only if the audit was a scheduled audit).
|
void |
setTaskStartTime(Date taskStartTime)
The time the audit started.
|
void |
setTaskStatistics(TaskStatistics taskStatistics)
Statistical information about the audit.
|
void |
setTaskStatus(String taskStatus)
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
|
void |
setTaskType(String taskType)
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
String |
toString()
Returns a string representation of this object.
|
DescribeAuditTaskResult |
withAuditDetails(Map<String,AuditCheckDetails> auditDetails)
Detailed information about each check performed during this audit.
|
DescribeAuditTaskResult |
withScheduledAuditName(String scheduledAuditName)
The name of the scheduled audit (only if the audit was a scheduled audit).
|
DescribeAuditTaskResult |
withTaskStartTime(Date taskStartTime)
The time the audit started.
|
DescribeAuditTaskResult |
withTaskStatistics(TaskStatistics taskStatistics)
Statistical information about the audit.
|
DescribeAuditTaskResult |
withTaskStatus(AuditTaskStatus taskStatus)
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
|
DescribeAuditTaskResult |
withTaskStatus(String taskStatus)
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
|
DescribeAuditTaskResult |
withTaskType(AuditTaskType taskType)
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
DescribeAuditTaskResult |
withTaskType(String taskType)
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskStatus(String taskStatus)
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
taskStatus
- The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".AuditTaskStatus
public String getTaskStatus()
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
AuditTaskStatus
public DescribeAuditTaskResult withTaskStatus(String taskStatus)
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
taskStatus
- The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".AuditTaskStatus
public DescribeAuditTaskResult withTaskStatus(AuditTaskStatus taskStatus)
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
taskStatus
- The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".AuditTaskStatus
public void setTaskType(String taskType)
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
taskType
- The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".AuditTaskType
public String getTaskType()
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
AuditTaskType
public DescribeAuditTaskResult withTaskType(String taskType)
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
taskType
- The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".AuditTaskType
public DescribeAuditTaskResult withTaskType(AuditTaskType taskType)
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
taskType
- The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".AuditTaskType
public void setTaskStartTime(Date taskStartTime)
The time the audit started.
taskStartTime
- The time the audit started.public Date getTaskStartTime()
The time the audit started.
public DescribeAuditTaskResult withTaskStartTime(Date taskStartTime)
The time the audit started.
taskStartTime
- The time the audit started.public void setTaskStatistics(TaskStatistics taskStatistics)
Statistical information about the audit.
taskStatistics
- Statistical information about the audit.public TaskStatistics getTaskStatistics()
Statistical information about the audit.
public DescribeAuditTaskResult withTaskStatistics(TaskStatistics taskStatistics)
Statistical information about the audit.
taskStatistics
- Statistical information about the audit.public void setScheduledAuditName(String scheduledAuditName)
The name of the scheduled audit (only if the audit was a scheduled audit).
scheduledAuditName
- The name of the scheduled audit (only if the audit was a scheduled audit).public String getScheduledAuditName()
The name of the scheduled audit (only if the audit was a scheduled audit).
public DescribeAuditTaskResult withScheduledAuditName(String scheduledAuditName)
The name of the scheduled audit (only if the audit was a scheduled audit).
scheduledAuditName
- The name of the scheduled audit (only if the audit was a scheduled audit).public Map<String,AuditCheckDetails> getAuditDetails()
Detailed information about each check performed during this audit.
public void setAuditDetails(Map<String,AuditCheckDetails> auditDetails)
Detailed information about each check performed during this audit.
auditDetails
- Detailed information about each check performed during this audit.public DescribeAuditTaskResult withAuditDetails(Map<String,AuditCheckDetails> auditDetails)
Detailed information about each check performed during this audit.
auditDetails
- Detailed information about each check performed during this audit.public DescribeAuditTaskResult addAuditDetailsEntry(String key, AuditCheckDetails value)
public DescribeAuditTaskResult clearAuditDetailsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeAuditTaskResult clone()