@Generated(value="software.amazon.awssdk:codegen") public final class AwsSecurityFindingIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsSecurityFindingIdentifier.Builder,AwsSecurityFindingIdentifier>
Identifies which finding to get the finding history for.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsSecurityFindingIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsSecurityFindingIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the finding that was specified by the finding provider.
|
String |
productArn()
The ARN generated by Security Hub that uniquely identifies a product that generates findings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsSecurityFindingIdentifier.Builder> |
serializableBuilderClass() |
AwsSecurityFindingIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the finding that was specified by the finding provider.
public final String productArn()
The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.
public AwsSecurityFindingIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsSecurityFindingIdentifier.Builder,AwsSecurityFindingIdentifier>public static AwsSecurityFindingIdentifier.Builder builder()
public static Class<? extends AwsSecurityFindingIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.