@Generated(value="software.amazon.awssdk:codegen") public final class ThreatIntelIndicator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThreatIntelIndicator.Builder,ThreatIntelIndicator>
Details about the threat intelligence related to a finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThreatIntelIndicator.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThreatIntelIndicator.Builder |
builder() |
ThreatIntelIndicatorCategory |
category()
The category of a threat intelligence indicator.
|
String |
categoryAsString()
The category of a threat intelligence indicator.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastObservedAt()
Indicates when the most recent instance of a threat intelligence indicator was observed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThreatIntelIndicator.Builder> |
serializableBuilderClass() |
String |
source()
The source of the threat intelligence indicator.
|
String |
sourceUrl()
The URL to the page or site where you can get more information about the threat intelligence indicator.
|
ThreatIntelIndicator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ThreatIntelIndicatorType |
type()
The type of threat intelligence indicator.
|
String |
typeAsString()
The type of threat intelligence indicator.
|
String |
value()
The value of a threat intelligence indicator.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ThreatIntelIndicatorType type()
The type of threat intelligence indicator.
If the service returns an enum value that is not available in the current SDK version, type will return
ThreatIntelIndicatorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ThreatIntelIndicatorTypepublic final String typeAsString()
The type of threat intelligence indicator.
If the service returns an enum value that is not available in the current SDK version, type will return
ThreatIntelIndicatorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ThreatIntelIndicatorTypepublic final String value()
The value of a threat intelligence indicator.
public final ThreatIntelIndicatorCategory category()
The category of a threat intelligence indicator.
If the service returns an enum value that is not available in the current SDK version, category will
return ThreatIntelIndicatorCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from categoryAsString().
ThreatIntelIndicatorCategorypublic final String categoryAsString()
The category of a threat intelligence indicator.
If the service returns an enum value that is not available in the current SDK version, category will
return ThreatIntelIndicatorCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from categoryAsString().
ThreatIntelIndicatorCategorypublic final String lastObservedAt()
Indicates when the most recent instance of a threat intelligence indicator was observed.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public final String source()
The source of the threat intelligence indicator.
public final String sourceUrl()
The URL to the page or site where you can get more information about the threat intelligence indicator.
public ThreatIntelIndicator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThreatIntelIndicator.Builder,ThreatIntelIndicator>public static ThreatIntelIndicator.Builder builder()
public static Class<? extends ThreatIntelIndicator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.