@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.AntipatternReportStatus
public String getAntipatternReportStatus()
The status of the anti-pattern report generation.
AntipatternReportStatus
public AntipatternReportResult withAntipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
antipatternReportStatus
- The status of the anti-pattern report generation.AntipatternReportStatus
public AntipatternReportResult withAntipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
antipatternReportStatus
- The status of the anti-pattern report generation.AntipatternReportStatus
public 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 Object
Object.toString()
public AntipatternReportResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.