@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AntipatternReportResult extends Object implements Serializable, Cloneable, StructuredPojo
The anti-pattern report result.
| Constructor and Description |
|---|
AntipatternReportResult() |
| Modifier and Type | Method and Description |
|---|---|
AntipatternReportResult |
clone() |
boolean |
equals(Object obj) |
AnalyzerNameUnion |
getAnalyzerName()
The analyzer name.
|
S3Object |
getAntiPatternReportS3Object() |
String |
getAntipatternReportStatus()
The status of the anti-pattern report generation.
|
String |
getAntipatternReportStatusMessage()
The status message for the anti-pattern.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnalyzerName(AnalyzerNameUnion analyzerName)
The analyzer name.
|
void |
setAntiPatternReportS3Object(S3Object antiPatternReportS3Object) |
void |
setAntipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
|
void |
setAntipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message for the anti-pattern.
|
String |
toString()
Returns a string representation of this object.
|
AntipatternReportResult |
withAnalyzerName(AnalyzerNameUnion analyzerName)
The analyzer name.
|
AntipatternReportResult |
withAntiPatternReportS3Object(S3Object antiPatternReportS3Object) |
AntipatternReportResult |
withAntipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
|
AntipatternReportResult |
withAntipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
|
AntipatternReportResult |
withAntipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message for the anti-pattern.
|
public void setAnalyzerName(AnalyzerNameUnion analyzerName)
The analyzer name.
analyzerName - The analyzer name.public AnalyzerNameUnion getAnalyzerName()
The analyzer name.
public AntipatternReportResult withAnalyzerName(AnalyzerNameUnion analyzerName)
The analyzer name.
analyzerName - The analyzer name.public void setAntiPatternReportS3Object(S3Object antiPatternReportS3Object)
antiPatternReportS3Object - public S3Object getAntiPatternReportS3Object()
public AntipatternReportResult withAntiPatternReportS3Object(S3Object antiPatternReportS3Object)
antiPatternReportS3Object - public void setAntipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
antipatternReportStatus - The status of the anti-pattern report generation.AntipatternReportStatuspublic String getAntipatternReportStatus()
The status of the anti-pattern report generation.
AntipatternReportStatuspublic AntipatternReportResult withAntipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
antipatternReportStatus - The status of the anti-pattern report generation.AntipatternReportStatuspublic AntipatternReportResult withAntipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
antipatternReportStatus - The status of the anti-pattern report generation.AntipatternReportStatuspublic void setAntipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message for the anti-pattern.
antipatternReportStatusMessage - The status message for the anti-pattern.public String getAntipatternReportStatusMessage()
The status message for the anti-pattern.
public AntipatternReportResult withAntipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message for the anti-pattern.
antipatternReportStatusMessage - The status message for the anti-pattern.public String toString()
toString in class ObjectObject.toString()public AntipatternReportResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.