@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.SrcCodeOrDbAnalysisStatus
public String getSrcCodeOrDbAnalysisStatus()
The status of database analysis.
SrcCodeOrDbAnalysisStatus
public ApplicationComponentStatusSummary withSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of database analysis.
srcCodeOrDbAnalysisStatus
- The status of database analysis.SrcCodeOrDbAnalysisStatus
public ApplicationComponentStatusSummary withSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)
The status of database analysis.
srcCodeOrDbAnalysisStatus
- The status of database analysis.SrcCodeOrDbAnalysisStatus
public String toString()
toString
in class Object
Object.toString()
public ApplicationComponentStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.