@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LendingSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information regarding DocumentGroups and UndetectedDocumentTypes.
| Constructor and Description |
|---|
LendingSummary() |
| Modifier and Type | Method and Description |
|---|---|
LendingSummary |
clone() |
boolean |
equals(Object obj) |
List<DocumentGroup> |
getDocumentGroups()
Contains an array of all DocumentGroup objects.
|
List<String> |
getUndetectedDocumentTypes()
UndetectedDocumentTypes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDocumentGroups(Collection<DocumentGroup> documentGroups)
Contains an array of all DocumentGroup objects.
|
void |
setUndetectedDocumentTypes(Collection<String> undetectedDocumentTypes)
UndetectedDocumentTypes.
|
String |
toString()
Returns a string representation of this object.
|
LendingSummary |
withDocumentGroups(Collection<DocumentGroup> documentGroups)
Contains an array of all DocumentGroup objects.
|
LendingSummary |
withDocumentGroups(DocumentGroup... documentGroups)
Contains an array of all DocumentGroup objects.
|
LendingSummary |
withUndetectedDocumentTypes(Collection<String> undetectedDocumentTypes)
UndetectedDocumentTypes.
|
LendingSummary |
withUndetectedDocumentTypes(String... undetectedDocumentTypes)
UndetectedDocumentTypes.
|
public List<DocumentGroup> getDocumentGroups()
Contains an array of all DocumentGroup objects.
public void setDocumentGroups(Collection<DocumentGroup> documentGroups)
Contains an array of all DocumentGroup objects.
documentGroups - Contains an array of all DocumentGroup objects.public LendingSummary withDocumentGroups(DocumentGroup... documentGroups)
Contains an array of all DocumentGroup objects.
NOTE: This method appends the values to the existing list (if any). Use
setDocumentGroups(java.util.Collection) or withDocumentGroups(java.util.Collection) if you want
to override the existing values.
documentGroups - Contains an array of all DocumentGroup objects.public LendingSummary withDocumentGroups(Collection<DocumentGroup> documentGroups)
Contains an array of all DocumentGroup objects.
documentGroups - Contains an array of all DocumentGroup objects.public List<String> getUndetectedDocumentTypes()
UndetectedDocumentTypes.
public void setUndetectedDocumentTypes(Collection<String> undetectedDocumentTypes)
UndetectedDocumentTypes.
undetectedDocumentTypes - UndetectedDocumentTypes.public LendingSummary withUndetectedDocumentTypes(String... undetectedDocumentTypes)
UndetectedDocumentTypes.
NOTE: This method appends the values to the existing list (if any). Use
setUndetectedDocumentTypes(java.util.Collection) or
withUndetectedDocumentTypes(java.util.Collection) if you want to override the existing values.
undetectedDocumentTypes - UndetectedDocumentTypes.public LendingSummary withUndetectedDocumentTypes(Collection<String> undetectedDocumentTypes)
UndetectedDocumentTypes.
undetectedDocumentTypes - UndetectedDocumentTypes.public String toString()
toString in class ObjectObject.toString()public LendingSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.