Class FindingActor
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.FindingActor
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FindingActor.Builder,FindingActor>
@Generated("software.amazon.awssdk:codegen") public final class FindingActor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingActor.Builder,FindingActor>
Provides information about an entity that performed an action that produced a policy finding for a resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFindingActor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindingActor.Builderbuilder()DomainDetailsdomainDetails()The domain name of the device that the entity used to perform the action on the affected resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IpAddressDetailsipAddressDetails()The IP address and related details about the device that the entity used to perform the action on the affected resource.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FindingActor.Builder>serializableBuilderClass()FindingActor.BuildertoBuilder()StringtoString()Returns a string representation of this object.UserIdentityuserIdentity()The type and other characteristics of the entity that performed the action on the affected resource.-
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
-
domainDetails
public final DomainDetails domainDetails()
The domain name of the device that the entity used to perform the action on the affected resource.
- Returns:
- The domain name of the device that the entity used to perform the action on the affected resource.
-
ipAddressDetails
public final IpAddressDetails ipAddressDetails()
The IP address and related details about the device that the entity used to perform the action on the affected resource. The details can include information such as the owner and geographic location of the IP address.
- Returns:
- The IP address and related details about the device that the entity used to perform the action on the affected resource. The details can include information such as the owner and geographic location of the IP address.
-
userIdentity
public final UserIdentity userIdentity()
The type and other characteristics of the entity that performed the action on the affected resource. This value is null if the action was performed by an anonymous (unauthenticated) entity.
- Returns:
- The type and other characteristics of the entity that performed the action on the affected resource. This value is null if the action was performed by an anonymous (unauthenticated) entity.
-
toBuilder
public FindingActor.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FindingActor.Builder,FindingActor>
-
builder
public static FindingActor.Builder builder()
-
serializableBuilderClass
public static Class<? extends FindingActor.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
-
-