@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComputeAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Information about compute hardware assets.
| Constructor and Description |
|---|
ComputeAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ComputeAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getHostId()
The host ID of any Dedicated Hosts on the asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHostId(String hostId)
The host ID of any Dedicated Hosts on the asset.
|
String |
toString()
Returns a string representation of this object.
|
ComputeAttributes |
withHostId(String hostId)
The host ID of any Dedicated Hosts on the asset.
|
public void setHostId(String hostId)
The host ID of any Dedicated Hosts on the asset.
hostId - The host ID of any Dedicated Hosts on the asset.public String getHostId()
The host ID of any Dedicated Hosts on the asset.
public ComputeAttributes withHostId(String hostId)
The host ID of any Dedicated Hosts on the asset.
hostId - The host ID of any Dedicated Hosts on the asset.public String toString()
toString in class ObjectObject.toString()public ComputeAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.