@Generated(value="software.amazon.awssdk:codegen") public final class FindingHistoryUpdateSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingHistoryUpdateSource.Builder,FindingHistoryUpdateSource>
Identifies the source of the finding change event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingHistoryUpdateSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FindingHistoryUpdateSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identity()
The identity of the source that initiated the finding change event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FindingHistoryUpdateSource.Builder> |
serializableBuilderClass() |
FindingHistoryUpdateSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FindingHistoryUpdateSourceType |
type()
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner integration) or
BatchUpdateFindings (by a Security Hub customer). |
String |
typeAsString()
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner integration) or
BatchUpdateFindings (by a Security Hub customer). |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FindingHistoryUpdateSourceType type()
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner integration) or
BatchUpdateFindings (by a Security Hub customer).
If the service returns an enum value that is not available in the current SDK version, type will return
FindingHistoryUpdateSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
BatchImportFindings (by an integrated Amazon Web Service or third party partner
integration) or
BatchUpdateFindings (by a Security Hub customer).FindingHistoryUpdateSourceTypepublic final String typeAsString()
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner integration) or
BatchUpdateFindings (by a Security Hub customer).
If the service returns an enum value that is not available in the current SDK version, type will return
FindingHistoryUpdateSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
BatchImportFindings (by an integrated Amazon Web Service or third party partner
integration) or
BatchUpdateFindings (by a Security Hub customer).FindingHistoryUpdateSourceTypepublic final String identity()
The identity of the source that initiated the finding change event. For example, the Amazon Resource Name (ARN) of a partner that calls BatchImportFindings or of a customer that calls BatchUpdateFindings.
public FindingHistoryUpdateSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingHistoryUpdateSource.Builder,FindingHistoryUpdateSource>public static FindingHistoryUpdateSource.Builder builder()
public static Class<? extends FindingHistoryUpdateSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.