@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectedField extends Object implements Serializable, Cloneable, StructuredPojo
An inferred field.
Constructor and Description |
---|
DetectedField() |
Modifier and Type | Method and Description |
---|---|
DetectedField |
clone() |
boolean |
equals(Object obj) |
String |
getConfidence()
The field's confidence.
|
String |
getMessage()
The field's message.
|
AttributeValue |
getValue()
The field's value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfidence(String confidence)
The field's confidence.
|
void |
setMessage(String message)
The field's message.
|
void |
setValue(AttributeValue value)
The field's value.
|
String |
toString()
Returns a string representation of this object.
|
DetectedField |
withConfidence(Confidence confidence)
The field's confidence.
|
DetectedField |
withConfidence(String confidence)
The field's confidence.
|
DetectedField |
withMessage(String message)
The field's message.
|
DetectedField |
withValue(AttributeValue value)
The field's value.
|
public void setValue(AttributeValue value)
The field's value.
value
- The field's value.public AttributeValue getValue()
The field's value.
public DetectedField withValue(AttributeValue value)
The field's value.
value
- The field's value.public void setConfidence(String confidence)
The field's confidence.
confidence
- The field's confidence.Confidence
public String getConfidence()
The field's confidence.
Confidence
public DetectedField withConfidence(String confidence)
The field's confidence.
confidence
- The field's confidence.Confidence
public DetectedField withConfidence(Confidence confidence)
The field's confidence.
confidence
- The field's confidence.Confidence
public void setMessage(String message)
The field's message.
message
- The field's message.public String getMessage()
The field's message.
public DetectedField withMessage(String message)
The field's message.
message
- The field's message.public String toString()
toString
in class Object
Object.toString()
public DetectedField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.