@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingActor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FindingActor.Builder |
builder() |
DomainDetails |
domainDetails()
The domain name of the device that the entity used to perform the action on the affected resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IpAddressDetails |
ipAddressDetails()
The IP address of the device that the entity used to perform the action on the affected resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FindingActor.Builder> |
serializableBuilderClass() |
FindingActor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UserIdentity |
userIdentity()
The type and other characteristics of the entity that performed the action on the affected resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DomainDetails domainDetails()
The domain name of the device that the entity used to perform the action on the affected resource.
public final IpAddressDetails ipAddressDetails()
The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographic location for the IP address.
public final UserIdentity userIdentity()
The type and other characteristics of the entity that performed the action on the affected resource.
public FindingActor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingActor.Builder,FindingActor>public static FindingActor.Builder builder()
public static Class<? extends FindingActor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.