@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCustomDataIdentifierResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
TestCustomDataIdentifierResult() |
| Modifier and Type | Method and Description |
|---|---|
TestCustomDataIdentifierResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getMatchCount()
The number of instances of sample text that matched the detection criteria specified in the custom data
identifier.
|
int |
hashCode() |
void |
setMatchCount(Integer matchCount)
The number of instances of sample text that matched the detection criteria specified in the custom data
identifier.
|
String |
toString()
Returns a string representation of this object.
|
TestCustomDataIdentifierResult |
withMatchCount(Integer matchCount)
The number of instances of sample text that matched the detection criteria specified in the custom data
identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMatchCount(Integer matchCount)
The number of instances of sample text that matched the detection criteria specified in the custom data identifier.
matchCount - The number of instances of sample text that matched the detection criteria specified in the custom data
identifier.public Integer getMatchCount()
The number of instances of sample text that matched the detection criteria specified in the custom data identifier.
public TestCustomDataIdentifierResult withMatchCount(Integer matchCount)
The number of instances of sample text that matched the detection criteria specified in the custom data identifier.
matchCount - The number of instances of sample text that matched the detection criteria specified in the custom data
identifier.public String toString()
toString in class ObjectObject.toString()public TestCustomDataIdentifierResult clone()