@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationComponentStatusSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the analysis status of the application component.
| Constructor and Description |
|---|
ApplicationComponentStatusSummary() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentStatusSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The number of application components successfully analyzed, partially successful or failed analysis.
|
String |
getSrcCodeOrDbAnalysisStatus()
The status of database analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCount(Integer count)
The number of application components successfully analyzed, partially successful or failed analysis.
|
void |
setSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of database analysis.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationComponentStatusSummary |
withCount(Integer count)
The number of application components successfully analyzed, partially successful or failed analysis.
|
ApplicationComponentStatusSummary |
withSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)
The status of database analysis.
|
ApplicationComponentStatusSummary |
withSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of database analysis.
|
public void setCount(Integer count)
The number of application components successfully analyzed, partially successful or failed analysis.
count - The number of application components successfully analyzed, partially successful or failed analysis.public Integer getCount()
The number of application components successfully analyzed, partially successful or failed analysis.
public ApplicationComponentStatusSummary withCount(Integer count)
The number of application components successfully analyzed, partially successful or failed analysis.
count - The number of application components successfully analyzed, partially successful or failed analysis.public void setSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of database analysis.
srcCodeOrDbAnalysisStatus - The status of database analysis.SrcCodeOrDbAnalysisStatuspublic String getSrcCodeOrDbAnalysisStatus()
The status of database analysis.
SrcCodeOrDbAnalysisStatuspublic ApplicationComponentStatusSummary withSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of database analysis.
srcCodeOrDbAnalysisStatus - The status of database analysis.SrcCodeOrDbAnalysisStatuspublic ApplicationComponentStatusSummary withSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)
The status of database analysis.
srcCodeOrDbAnalysisStatus - The status of database analysis.SrcCodeOrDbAnalysisStatuspublic String toString()
toString in class ObjectObject.toString()public ApplicationComponentStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.