@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.RuntimeAnalysisStatus
public String getRuntimeAnalysisStatus()
The status of the analysis.
RuntimeAnalysisStatus
public AnalysisStatusUnion withRuntimeAnalysisStatus(String runtimeAnalysisStatus)
The status of the analysis.
runtimeAnalysisStatus
- The status of the analysis.RuntimeAnalysisStatus
public AnalysisStatusUnion withRuntimeAnalysisStatus(RuntimeAnalysisStatus runtimeAnalysisStatus)
The status of the analysis.
runtimeAnalysisStatus
- The status of the analysis.RuntimeAnalysisStatus
public void setSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
srcCodeOrDbAnalysisStatus
- The status of the source code or database analysis.SrcCodeOrDbAnalysisStatus
public String getSrcCodeOrDbAnalysisStatus()
The status of the source code or database analysis.
SrcCodeOrDbAnalysisStatus
public AnalysisStatusUnion withSrcCodeOrDbAnalysisStatus(String srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
srcCodeOrDbAnalysisStatus
- The status of the source code or database analysis.SrcCodeOrDbAnalysisStatus
public AnalysisStatusUnion withSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
srcCodeOrDbAnalysisStatus
- The status of the source code or database analysis.SrcCodeOrDbAnalysisStatus
public String toString()
toString
in class Object
Object.toString()
public AnalysisStatusUnion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.