@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PingResult() |
Modifier and Type | Method and Description |
---|---|
PingResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Information about the health of the service.
|
int |
hashCode() |
void |
setStatus(String status)
Information about the health of the service.
|
String |
toString()
Returns a string representation of this object.
|
PingResult |
withStatus(String status)
Information about the health of the service.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
Information about the health of the service.
status
- Information about the health of the service.public String getStatus()
Information about the health of the service.
public PingResult withStatus(String status)
Information about the health of the service.
status
- Information about the health of the service.public String toString()
toString
in class Object
Object.toString()
public PingResult clone()