@Generated(value="software.amazon.awssdk:codegen") public final class FindingHistoryUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingHistoryUpdate.Builder,FindingHistoryUpdate>
An array of objects that provides details about a change to a finding, including the Amazon Web Services Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the field after the change.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingHistoryUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FindingHistoryUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
newValue()
The value of the ASFF field after the finding change event.
|
String |
oldValue()
The value of the ASFF field before the finding change event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FindingHistoryUpdate.Builder> |
serializableBuilderClass() |
FindingHistoryUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updatedField()
The ASFF field that changed during the finding change event.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String updatedField()
The ASFF field that changed during the finding change event.
public final String oldValue()
The value of the ASFF field before the finding change event.
public final String newValue()
The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub
omits this value if
FindingHistoryRecord exceeds database limits.
FindingHistoryRecord exceeds database limits.public FindingHistoryUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingHistoryUpdate.Builder,FindingHistoryUpdate>public static FindingHistoryUpdate.Builder builder()
public static Class<? extends FindingHistoryUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.