@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuditMitigationActionsTaskMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Information about an audit mitigation actions task that is returned by ListAuditMitigationActionsTasks
.
Constructor and Description |
---|
AuditMitigationActionsTaskMetadata() |
Modifier and Type | Method and Description |
---|---|
AuditMitigationActionsTaskMetadata |
clone() |
boolean |
equals(Object obj) |
Date |
getStartTime()
The time at which the audit mitigation actions task was started.
|
String |
getTaskId()
The unique identifier for the task.
|
String |
getTaskStatus()
The current state of the audit mitigation actions task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStartTime(Date startTime)
The time at which the audit mitigation actions task was started.
|
void |
setTaskId(String taskId)
The unique identifier for the task.
|
void |
setTaskStatus(String taskStatus)
The current state of the audit mitigation actions task.
|
String |
toString()
Returns a string representation of this object.
|
AuditMitigationActionsTaskMetadata |
withStartTime(Date startTime)
The time at which the audit mitigation actions task was started.
|
AuditMitigationActionsTaskMetadata |
withTaskId(String taskId)
The unique identifier for the task.
|
AuditMitigationActionsTaskMetadata |
withTaskStatus(AuditMitigationActionsTaskStatus taskStatus)
The current state of the audit mitigation actions task.
|
AuditMitigationActionsTaskMetadata |
withTaskStatus(String taskStatus)
The current state of the audit mitigation actions task.
|
public void setTaskId(String taskId)
The unique identifier for the task.
taskId
- The unique identifier for the task.public String getTaskId()
The unique identifier for the task.
public AuditMitigationActionsTaskMetadata withTaskId(String taskId)
The unique identifier for the task.
taskId
- The unique identifier for the task.public void setStartTime(Date startTime)
The time at which the audit mitigation actions task was started.
startTime
- The time at which the audit mitigation actions task was started.public Date getStartTime()
The time at which the audit mitigation actions task was started.
public AuditMitigationActionsTaskMetadata withStartTime(Date startTime)
The time at which the audit mitigation actions task was started.
startTime
- The time at which the audit mitigation actions task was started.public void setTaskStatus(String taskStatus)
The current state of the audit mitigation actions task.
taskStatus
- The current state of the audit mitigation actions task.AuditMitigationActionsTaskStatus
public String getTaskStatus()
The current state of the audit mitigation actions task.
AuditMitigationActionsTaskStatus
public AuditMitigationActionsTaskMetadata withTaskStatus(String taskStatus)
The current state of the audit mitigation actions task.
taskStatus
- The current state of the audit mitigation actions task.AuditMitigationActionsTaskStatus
public AuditMitigationActionsTaskMetadata withTaskStatus(AuditMitigationActionsTaskStatus taskStatus)
The current state of the audit mitigation actions task.
taskStatus
- The current state of the audit mitigation actions task.AuditMitigationActionsTaskStatus
public String toString()
toString
in class Object
Object.toString()
public AuditMitigationActionsTaskMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.