@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceProfileArtifact extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
ResourceProfileArtifact() |
Modifier and Type | Method and Description |
---|---|
ResourceProfileArtifact |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the object.
|
String |
getClassificationResultStatus()
The status of the analysis.
|
Boolean |
getSensitive()
Specifies whether Amazon Macie found sensitive data in the object.
|
int |
hashCode() |
Boolean |
isSensitive()
Specifies whether Amazon Macie found sensitive data in the object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the object.
|
void |
setClassificationResultStatus(String classificationResultStatus)
The status of the analysis.
|
void |
setSensitive(Boolean sensitive)
Specifies whether Amazon Macie found sensitive data in the object.
|
String |
toString()
Returns a string representation of this object.
|
ResourceProfileArtifact |
withArn(String arn)
The Amazon Resource Name (ARN) of the object.
|
ResourceProfileArtifact |
withClassificationResultStatus(String classificationResultStatus)
The status of the analysis.
|
ResourceProfileArtifact |
withSensitive(Boolean sensitive)
Specifies whether Amazon Macie found sensitive data in the object.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the object.
arn
- The Amazon Resource Name (ARN) of the object.public String getArn()
The Amazon Resource Name (ARN) of the object.
public ResourceProfileArtifact withArn(String arn)
The Amazon Resource Name (ARN) of the object.
arn
- The Amazon Resource Name (ARN) of the object.public void setClassificationResultStatus(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.
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.
public String getClassificationResultStatus()
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.
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.
public ResourceProfileArtifact withClassificationResultStatus(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.
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.
public void setSensitive(Boolean sensitive)
Specifies whether Amazon Macie found sensitive data in the object.
sensitive
- Specifies whether Amazon Macie found sensitive data in the object.public Boolean getSensitive()
Specifies whether Amazon Macie found sensitive data in the object.
public ResourceProfileArtifact withSensitive(Boolean sensitive)
Specifies whether Amazon Macie found sensitive data in the object.
sensitive
- Specifies whether Amazon Macie found sensitive data in the object.public Boolean isSensitive()
Specifies whether Amazon Macie found sensitive data in the object.
public String toString()
toString
in class Object
Object.toString()
public ResourceProfileArtifact clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.