@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectedDataDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies 1-10 occurrences of a specific type of sensitive data reported by a finding.
| Constructor and Description |
|---|
DetectedDataDetails() |
| Modifier and Type | Method and Description |
|---|---|
DetectedDataDetails |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
An occurrence of the specified type of sensitive data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValue(String value)
An occurrence of the specified type of sensitive data.
|
String |
toString()
Returns a string representation of this object.
|
DetectedDataDetails |
withValue(String value)
An occurrence of the specified type of sensitive data.
|
public void setValue(String value)
An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.
value - An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.public String getValue()
An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.
public DetectedDataDetails withValue(String value)
An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.
value - An occurrence of the specified type of sensitive data. Each occurrence contains 1-128 characters.public String toString()
toString in class ObjectObject.toString()public DetectedDataDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.