@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisStatusUnion extends Object implements Serializable, Cloneable, StructuredPojo
A combination of existing analysis statuses.
| Constructor and Description |
|---|
AnalysisStatusUnion() |
| Modifier and Type | Method and Description |
|---|---|
AnalysisStatusUnion |
clone() |
boolean |
equals(Object obj) |
String |
getRuntimeAnalysisStatus()
The status of the analysis.
|
String |
getSrcCodeOrDbAnalysisStatus()
The status of the source code or database analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRuntimeAnalysisStatus(String runtimeAnalysisStatus)
The status of the analysis.
|
void |
setSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
|
String |
toString()
Returns a string representation of this object.
|
AnalysisStatusUnion |
withRuntimeAnalysisStatus(RuntimeAnalysisStatus runtimeAnalysisStatus)
The status of the analysis.
|
AnalysisStatusUnion |
withRuntimeAnalysisStatus(String runtimeAnalysisStatus)
The status of the analysis.
|
AnalysisStatusUnion |
withSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
|
AnalysisStatusUnion |
withSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
|
public void setRuntimeAnalysisStatus(String runtimeAnalysisStatus)
The status of the analysis.
runtimeAnalysisStatus - The status of the analysis.RuntimeAnalysisStatuspublic String getRuntimeAnalysisStatus()
The status of the analysis.
RuntimeAnalysisStatuspublic AnalysisStatusUnion withRuntimeAnalysisStatus(String runtimeAnalysisStatus)
The status of the analysis.
runtimeAnalysisStatus - The status of the analysis.RuntimeAnalysisStatuspublic AnalysisStatusUnion withRuntimeAnalysisStatus(RuntimeAnalysisStatus runtimeAnalysisStatus)
The status of the analysis.
runtimeAnalysisStatus - The status of the analysis.RuntimeAnalysisStatuspublic void setSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
srcCodeOrDbAnalysisStatus - The status of the source code or database analysis.SrcCodeOrDbAnalysisStatuspublic String getSrcCodeOrDbAnalysisStatus()
The status of the source code or database analysis.
SrcCodeOrDbAnalysisStatuspublic AnalysisStatusUnion withSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
srcCodeOrDbAnalysisStatus - The status of the source code or database analysis.SrcCodeOrDbAnalysisStatuspublic AnalysisStatusUnion withSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
srcCodeOrDbAnalysisStatus - The status of the source code or database analysis.SrcCodeOrDbAnalysisStatuspublic String toString()
toString in class ObjectObject.toString()public AnalysisStatusUnion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.