@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.RunTimeAssessmentStatus
public String getRunTimeAssessmentStatus()
The status of the run time.
RunTimeAssessmentStatus
public ServerStatusSummary withRunTimeAssessmentStatus(String runTimeAssessmentStatus)
The status of the run time.
runTimeAssessmentStatus
- The status of the run time.RunTimeAssessmentStatus
public ServerStatusSummary withRunTimeAssessmentStatus(RunTimeAssessmentStatus runTimeAssessmentStatus)
The status of the run time.
runTimeAssessmentStatus
- The status of the run time.RunTimeAssessmentStatus
public String toString()
toString
in class Object
Object.toString()
public ServerStatusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.