Class ResourceProfileArtifact
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.ResourceProfileArtifact
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>
@Generated("software.amazon.awssdk:codegen") public final class ResourceProfileArtifact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>
Provides information about an S3 object that Amazon Macie selected for analysis while performing automated sensitive data discovery for an account, and the status and results of the analysis. This information is available only if automated sensitive data discovery has been enabled for the account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceProfileArtifact.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the object.static ResourceProfileArtifact.Builderbuilder()StringclassificationResultStatus()The status of the analysis.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()Booleansensitive()Specifies whether Amazon Macie found sensitive data in the object.static Class<? extends ResourceProfileArtifact.Builder>serializableBuilderClass()ResourceProfileArtifact.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the object.
- Returns:
- The Amazon Resource Name (ARN) of the object.
-
classificationResultStatus
public final String classificationResultStatus()
The status of the analysis. Possible values are:
-
COMPLETE - Amazon Macie successfully completed its analysis of the object.
-
PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.
-
SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.
- Returns:
- The status of the analysis. Possible values are:
-
COMPLETE - Amazon Macie successfully completed its analysis of the object.
-
PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.
-
SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.
-
-
-
sensitive
public final Boolean sensitive()
Specifies whether Amazon Macie found sensitive data in the object.
- Returns:
- Specifies whether Amazon Macie found sensitive data in the object.
-
toBuilder
public ResourceProfileArtifact.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>
-
builder
public static ResourceProfileArtifact.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceProfileArtifact.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.
-
-