@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DocumentTypeListItem extends Object implements Serializable, Cloneable, StructuredPojo
Document type for each page in the document.
| Constructor and Description |
|---|
DocumentTypeListItem() |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeListItem |
clone() |
boolean |
equals(Object obj) |
Integer |
getPage()
Page number.
|
String |
getType()
Document type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPage(Integer page)
Page number.
|
void |
setType(String type)
Document type.
|
String |
toString()
Returns a string representation of this object.
|
DocumentTypeListItem |
withPage(Integer page)
Page number.
|
DocumentTypeListItem |
withType(DocumentType type)
Document type.
|
DocumentTypeListItem |
withType(String type)
Document type.
|
public void setPage(Integer page)
Page number.
page - Page number.public Integer getPage()
Page number.
public DocumentTypeListItem withPage(Integer page)
Page number.
page - Page number.public void setType(String type)
Document type.
type - Document type.DocumentTypepublic String getType()
Document type.
DocumentTypepublic DocumentTypeListItem withType(String type)
Document type.
type - Document type.DocumentTypepublic DocumentTypeListItem withType(DocumentType type)
Document type.
type - Document type.DocumentTypepublic String toString()
toString in class ObjectObject.toString()public DocumentTypeListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.