@Generated(value="software.amazon.awssdk:codegen") public final class ComplianceExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComplianceExecutionSummary.Builder,ComplianceExecutionSummary>
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'.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComplianceExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComplianceExecutionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionId()
An ID created by the system when
PutComplianceItems was called. |
Instant |
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'.
|
String |
executionType()
The type of execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComplianceExecutionSummary.Builder> |
serializableBuilderClass() |
ComplianceExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant 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 final 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.
PutComplianceItems was called. For example,
CommandID is a valid execution ID. You can use this ID in subsequent calls.public final String executionType()
The type of execution. For example, Command is a valid execution type.
Command is a valid execution type.public ComplianceExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComplianceExecutionSummary.Builder,ComplianceExecutionSummary>public static ComplianceExecutionSummary.Builder builder()
public static Class<? extends ComplianceExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.