@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticInferenceAcceleratorHealth extends Object implements Serializable, Cloneable, StructuredPojo
The health details of an Elastic Inference Accelerator.
Constructor and Description |
---|
ElasticInferenceAcceleratorHealth() |
Modifier and Type | Method and Description |
---|---|
ElasticInferenceAcceleratorHealth |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The health status of the Elastic Inference Accelerator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
The health status of the Elastic Inference Accelerator.
|
String |
toString()
Returns a string representation of this object.
|
ElasticInferenceAcceleratorHealth |
withStatus(String status)
The health status of the Elastic Inference Accelerator.
|
public void setStatus(String status)
The health status of the Elastic Inference Accelerator.
status
- The health status of the Elastic Inference Accelerator.public String getStatus()
The health status of the Elastic Inference Accelerator.
public ElasticInferenceAcceleratorHealth withStatus(String status)
The health status of the Elastic Inference Accelerator.
status
- The health status of the Elastic Inference Accelerator.public String toString()
toString
in class Object
Object.toString()
public ElasticInferenceAcceleratorHealth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.