@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 Object
Object.toString()
public UndetectedSignature clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.