@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectedSignature extends Object implements Serializable, Cloneable, StructuredPojo
A structure that holds information regarding a detected signature on a page.
Constructor and Description |
---|
DetectedSignature() |
Modifier and Type | Method and Description |
---|---|
DetectedSignature |
clone() |
boolean |
equals(Object obj) |
Integer |
getPage()
The page a detected signature was found on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPage(Integer page)
The page a detected signature was found on.
|
String |
toString()
Returns a string representation of this object.
|
DetectedSignature |
withPage(Integer page)
The page a detected signature was found on.
|
public void setPage(Integer page)
The page a detected signature was found on.
page
- The page a detected signature was found on.public Integer getPage()
The page a detected signature was found on.
public DetectedSignature withPage(Integer page)
The page a detected signature was found on.
page
- The page a detected signature was found on.public String toString()
toString
in class Object
Object.toString()
public DetectedSignature clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.