@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComplianceExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the call execution that includes an execution ID, the type of execution (for example,
Command
), and the date/time of the execution using a datetime object that is saved in the following
format: yyyy-MM-dd'T'HH:mm:ss'Z'
Constructor and Description |
---|
ComplianceExecutionSummary() |
Modifier and Type | Method and Description |
---|---|
ComplianceExecutionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionId()
An ID created by the system when
PutComplianceItems was called. |
Date |
getExecutionTime()
The time the execution ran as a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z' |
String |
getExecutionType()
The type of execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionId(String executionId)
An ID created by the system when
PutComplianceItems was called. |
void |
setExecutionTime(Date executionTime)
The time the execution ran as a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z' |
void |
setExecutionType(String executionType)
The type of execution.
|
String |
toString()
Returns a string representation of this object.
|
ComplianceExecutionSummary |
withExecutionId(String executionId)
An ID created by the system when
PutComplianceItems was called. |
ComplianceExecutionSummary |
withExecutionTime(Date executionTime)
The time the execution ran as a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z' |
ComplianceExecutionSummary |
withExecutionType(String executionType)
The type of execution.
|
public void setExecutionTime(Date executionTime)
The time the execution ran as a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z'
executionTime
- The time the execution ran as a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z'
public Date getExecutionTime()
The time the execution ran as a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z'
yyyy-MM-dd'T'HH:mm:ss'Z'
public ComplianceExecutionSummary withExecutionTime(Date executionTime)
The time the execution ran as a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z'
executionTime
- The time the execution ran as a datetime object that is saved in the following format:
yyyy-MM-dd'T'HH:mm:ss'Z'
public void setExecutionId(String executionId)
An ID created by the system when PutComplianceItems
was called. For example, CommandID
is a valid execution ID. You can use this ID in subsequent calls.
executionId
- An ID created by the system when PutComplianceItems
was called. For example,
CommandID
is a valid execution ID. You can use this ID in subsequent calls.public String getExecutionId()
An ID created by the system when PutComplianceItems
was called. For example, CommandID
is a valid execution ID. You can use this ID in subsequent calls.
PutComplianceItems
was called. For example,
CommandID
is a valid execution ID. You can use this ID in subsequent calls.public ComplianceExecutionSummary withExecutionId(String executionId)
An ID created by the system when PutComplianceItems
was called. For example, CommandID
is a valid execution ID. You can use this ID in subsequent calls.
executionId
- An ID created by the system when PutComplianceItems
was called. For example,
CommandID
is a valid execution ID. You can use this ID in subsequent calls.public void setExecutionType(String executionType)
The type of execution. For example, Command
is a valid execution type.
executionType
- The type of execution. For example, Command
is a valid execution type.public String getExecutionType()
The type of execution. For example, Command
is a valid execution type.
Command
is a valid execution type.public ComplianceExecutionSummary withExecutionType(String executionType)
The type of execution. For example, Command
is a valid execution type.
executionType
- The type of execution. For example, Command
is a valid execution type.public String toString()
toString
in class Object
Object.toString()
public ComplianceExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.