Class AnomalyObject
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.AnomalyObject
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnomalyObject.Builder,AnomalyObject>
@Generated("software.amazon.awssdk:codegen") public final class AnomalyObject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyObject.Builder,AnomalyObject>
Contains information about the unusual anomalies.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnomalyObject.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnomalyObject.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Observationsobservations()The recorded value.ProfileSubtypeprofileSubtype()The frequency of the anomaly.StringprofileSubtypeAsString()The frequency of the anomaly.ProfileTypeprofileType()The type of behavior of the profile.StringprofileTypeAsString()The type of behavior of the profile.List<SdkField<?>>sdkFields()static Class<? extends AnomalyObject.Builder>serializableBuilderClass()AnomalyObject.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
profileType
public final ProfileType profileType()
The type of behavior of the profile.
If the service returns an enum value that is not available in the current SDK version,
profileTypewill returnProfileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprofileTypeAsString().- Returns:
- The type of behavior of the profile.
- See Also:
ProfileType
-
profileTypeAsString
public final String profileTypeAsString()
The type of behavior of the profile.
If the service returns an enum value that is not available in the current SDK version,
profileTypewill returnProfileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprofileTypeAsString().- Returns:
- The type of behavior of the profile.
- See Also:
ProfileType
-
profileSubtype
public final ProfileSubtype profileSubtype()
The frequency of the anomaly.
If the service returns an enum value that is not available in the current SDK version,
profileSubtypewill returnProfileSubtype.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprofileSubtypeAsString().- Returns:
- The frequency of the anomaly.
- See Also:
ProfileSubtype
-
profileSubtypeAsString
public final String profileSubtypeAsString()
The frequency of the anomaly.
If the service returns an enum value that is not available in the current SDK version,
profileSubtypewill returnProfileSubtype.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprofileSubtypeAsString().- Returns:
- The frequency of the anomaly.
- See Also:
ProfileSubtype
-
observations
public final Observations observations()
The recorded value.
- Returns:
- The recorded value.
-
toBuilder
public AnomalyObject.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnomalyObject.Builder,AnomalyObject>
-
builder
public static AnomalyObject.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnomalyObject.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.
-
-