@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassificationResultStatus extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the status of a sensitive data finding.
Constructor and Description |
---|
ClassificationResultStatus() |
Modifier and Type | Method and Description |
---|---|
ClassificationResultStatus |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The status of the finding, such as COMPLETE.
|
String |
getReason()
A brief description of the status of the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
The status of the finding, such as COMPLETE.
|
void |
setReason(String reason)
A brief description of the status of the finding.
|
String |
toString()
Returns a string representation of this object.
|
ClassificationResultStatus |
withCode(String code)
The status of the finding, such as COMPLETE.
|
ClassificationResultStatus |
withReason(String reason)
A brief description of the status of the finding.
|
public void setCode(String code)
The status of the finding, such as COMPLETE.
code
- The status of the finding, such as COMPLETE.public String getCode()
The status of the finding, such as COMPLETE.
public ClassificationResultStatus withCode(String code)
The status of the finding, such as COMPLETE.
code
- The status of the finding, such as COMPLETE.public void setReason(String reason)
A brief description of the status of the finding. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding.
reason
- A brief description of the status of the finding. Amazon Macie uses this value to notify you of any
errors, warnings, or considerations that might impact your analysis of the finding.public String getReason()
A brief description of the status of the finding. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding.
public ClassificationResultStatus withReason(String reason)
A brief description of the status of the finding. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding.
reason
- A brief description of the status of the finding. Amazon Macie uses this value to notify you of any
errors, warnings, or considerations that might impact your analysis of the finding.public String toString()
toString
in class Object
Object.toString()
public ClassificationResultStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.