@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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.