@Generated(value="software.amazon.awssdk:codegen") public final class FindingAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingAction.Builder,FindingAction>
Provides information about an action that occurred for a resource and produced a policy finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
FindingActionType |
actionType()
The type of action that occurred for the affected resource.
|
String |
actionTypeAsString()
The type of action that occurred for the affected resource.
|
ApiCallDetails |
apiCallDetails()
The invocation details of the API operation that an entity invoked for the affected resource, if the value for
the actionType property is AWS_API_CALL.
|
static FindingAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FindingAction.Builder> |
serializableBuilderClass() |
FindingAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FindingActionType actionType()
The type of action that occurred for the affected resource. This value is typically AWS_API_CALL, which indicates that an entity invoked an API operation for the resource.
If the service returns an enum value that is not available in the current SDK version, actionType will
return FindingActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionTypeAsString().
FindingActionTypepublic final String actionTypeAsString()
The type of action that occurred for the affected resource. This value is typically AWS_API_CALL, which indicates that an entity invoked an API operation for the resource.
If the service returns an enum value that is not available in the current SDK version, actionType will
return FindingActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionTypeAsString().
FindingActionTypepublic final ApiCallDetails apiCallDetails()
The invocation details of the API operation that an entity invoked for the affected resource, if the value for the actionType property is AWS_API_CALL.
public FindingAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingAction.Builder,FindingAction>public static FindingAction.Builder builder()
public static Class<? extends FindingAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.