@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Result extends Object implements Serializable, Cloneable, StructuredPojo
The error in server analysis.
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
Result |
clone() |
boolean |
equals(Object obj) |
AnalysisStatusUnion |
getAnalysisStatus()
The error in server analysis.
|
String |
getAnalysisType()
The error in server analysis.
|
List<AntipatternReportResult> |
getAntipatternReportResultList()
The error in server analysis.
|
String |
getStatusMessage()
The error in server analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnalysisStatus(AnalysisStatusUnion analysisStatus)
The error in server analysis.
|
void |
setAnalysisType(String analysisType)
The error in server analysis.
|
void |
setAntipatternReportResultList(Collection<AntipatternReportResult> antipatternReportResultList)
The error in server analysis.
|
void |
setStatusMessage(String statusMessage)
The error in server analysis.
|
String |
toString()
Returns a string representation of this object.
|
Result |
withAnalysisStatus(AnalysisStatusUnion analysisStatus)
The error in server analysis.
|
Result |
withAnalysisType(AnalysisType analysisType)
The error in server analysis.
|
Result |
withAnalysisType(String analysisType)
The error in server analysis.
|
Result |
withAntipatternReportResultList(AntipatternReportResult... antipatternReportResultList)
The error in server analysis.
|
Result |
withAntipatternReportResultList(Collection<AntipatternReportResult> antipatternReportResultList)
The error in server analysis.
|
Result |
withStatusMessage(String statusMessage)
The error in server analysis.
|
public void setAnalysisStatus(AnalysisStatusUnion analysisStatus)
The error in server analysis.
analysisStatus - The error in server analysis.public AnalysisStatusUnion getAnalysisStatus()
The error in server analysis.
public Result withAnalysisStatus(AnalysisStatusUnion analysisStatus)
The error in server analysis.
analysisStatus - The error in server analysis.public void setAnalysisType(String analysisType)
The error in server analysis.
analysisType - The error in server analysis.AnalysisTypepublic String getAnalysisType()
The error in server analysis.
AnalysisTypepublic Result withAnalysisType(String analysisType)
The error in server analysis.
analysisType - The error in server analysis.AnalysisTypepublic Result withAnalysisType(AnalysisType analysisType)
The error in server analysis.
analysisType - The error in server analysis.AnalysisTypepublic List<AntipatternReportResult> getAntipatternReportResultList()
The error in server analysis.
public void setAntipatternReportResultList(Collection<AntipatternReportResult> antipatternReportResultList)
The error in server analysis.
antipatternReportResultList - The error in server analysis.public Result withAntipatternReportResultList(AntipatternReportResult... antipatternReportResultList)
The error in server analysis.
NOTE: This method appends the values to the existing list (if any). Use
setAntipatternReportResultList(java.util.Collection) or
withAntipatternReportResultList(java.util.Collection) if you want to override the existing values.
antipatternReportResultList - The error in server analysis.public Result withAntipatternReportResultList(Collection<AntipatternReportResult> antipatternReportResultList)
The error in server analysis.
antipatternReportResultList - The error in server analysis.public void setStatusMessage(String statusMessage)
The error in server analysis.
statusMessage - The error in server analysis.public String getStatusMessage()
The error in server analysis.
public Result withStatusMessage(String statusMessage)
The error in server analysis.
statusMessage - The error in server analysis.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.