@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerStatusSummary extends Object implements Serializable, Cloneable, StructuredPojo
The status summary of the server analysis.
| Constructor and Description |
|---|
ServerStatusSummary() |
| Modifier and Type | Method and Description |
|---|---|
ServerStatusSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The number of servers successfully analyzed, partially successful or failed analysis.
|
String |
getRunTimeAssessmentStatus()
The status of the run time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCount(Integer count)
The number of servers successfully analyzed, partially successful or failed analysis.
|
void |
setRunTimeAssessmentStatus(String runTimeAssessmentStatus)
The status of the run time.
|
String |
toString()
Returns a string representation of this object.
|
ServerStatusSummary |
withCount(Integer count)
The number of servers successfully analyzed, partially successful or failed analysis.
|
ServerStatusSummary |
withRunTimeAssessmentStatus(RunTimeAssessmentStatus runTimeAssessmentStatus)
The status of the run time.
|
ServerStatusSummary |
withRunTimeAssessmentStatus(String runTimeAssessmentStatus)
The status of the run time.
|
public void setCount(Integer count)
The number of servers successfully analyzed, partially successful or failed analysis.
count - The number of servers successfully analyzed, partially successful or failed analysis.public Integer getCount()
The number of servers successfully analyzed, partially successful or failed analysis.
public ServerStatusSummary withCount(Integer count)
The number of servers successfully analyzed, partially successful or failed analysis.
count - The number of servers successfully analyzed, partially successful or failed analysis.public void setRunTimeAssessmentStatus(String runTimeAssessmentStatus)
The status of the run time.
runTimeAssessmentStatus - The status of the run time.RunTimeAssessmentStatuspublic String getRunTimeAssessmentStatus()
The status of the run time.
RunTimeAssessmentStatuspublic ServerStatusSummary withRunTimeAssessmentStatus(String runTimeAssessmentStatus)
The status of the run time.
runTimeAssessmentStatus - The status of the run time.RunTimeAssessmentStatuspublic ServerStatusSummary withRunTimeAssessmentStatus(RunTimeAssessmentStatus runTimeAssessmentStatus)
The status of the run time.
runTimeAssessmentStatus - The status of the run time.RunTimeAssessmentStatuspublic String toString()
toString in class ObjectObject.toString()public ServerStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.