Class FindingAction
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.FindingAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FindingAction.Builder,FindingAction>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFindingAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FindingActionTypeactionType()The type of action that occurred for the affected resource.StringactionTypeAsString()The type of action that occurred for the affected resource.ApiCallDetailsapiCallDetails()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.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FindingAction.Builder>serializableBuilderClass()FindingAction.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
-
actionType
public 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,
actionTypewill returnFindingActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- 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.
- See Also:
FindingActionType
-
actionTypeAsString
public 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,
actionTypewill returnFindingActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- 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.
- See Also:
FindingActionType
-
apiCallDetails
public 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.
- Returns:
- 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.
-
toBuilder
public FindingAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FindingAction.Builder,FindingAction>
-
builder
public static FindingAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends FindingAction.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
-
-