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