Class FindingHistoryUpdateSource
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.FindingHistoryUpdateSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FindingHistoryUpdateSource.Builder,FindingHistoryUpdateSource>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFindingHistoryUpdateSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindingHistoryUpdateSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentity()The identity of the source that initiated the finding change event.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FindingHistoryUpdateSource.Builder>serializableBuilderClass()FindingHistoryUpdateSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.FindingHistoryUpdateSourceTypetype()Describes the type of finding change event, such as a call toBatchImportFindings(by an integrated Amazon Web Services service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).StringtypeAsString()Describes the type of finding change event, such as a call toBatchImportFindings(by an integrated Amazon Web Services service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final FindingHistoryUpdateSourceType type()
Describes the type of finding change event, such as a call to
BatchImportFindings(by an integrated Amazon Web Services service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).If the service returns an enum value that is not available in the current SDK version,
typewill returnFindingHistoryUpdateSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Describes the type of finding change event, such as a call to
BatchImportFindings(by an integrated Amazon Web Services service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer). - See Also:
FindingHistoryUpdateSourceType
-
typeAsString
public final String typeAsString()
Describes the type of finding change event, such as a call to
BatchImportFindings(by an integrated Amazon Web Services service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).If the service returns an enum value that is not available in the current SDK version,
typewill returnFindingHistoryUpdateSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Describes the type of finding change event, such as a call to
BatchImportFindings(by an integrated Amazon Web Services service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer). - See Also:
FindingHistoryUpdateSourceType
-
identity
public 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.
- Returns:
- 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.
-
toBuilder
public FindingHistoryUpdateSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FindingHistoryUpdateSource.Builder,FindingHistoryUpdateSource>
-
builder
public static FindingHistoryUpdateSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends FindingHistoryUpdateSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-