@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceIdDetail extends Object implements Serializable, Cloneable, StructuredPojo
A list of EC2 instance IDs corresponding to the segments in a trace.
| Constructor and Description |
|---|
InstanceIdDetail() |
| Modifier and Type | Method and Description |
|---|---|
InstanceIdDetail |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of a corresponding EC2 instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(String id)
The ID of a corresponding EC2 instance.
|
String |
toString()
Returns a string representation of this object.
|
InstanceIdDetail |
withId(String id)
The ID of a corresponding EC2 instance.
|
public void setId(String id)
The ID of a corresponding EC2 instance.
id - The ID of a corresponding EC2 instance.public String getId()
The ID of a corresponding EC2 instance.
public InstanceIdDetail withId(String id)
The ID of a corresponding EC2 instance.
id - The ID of a corresponding EC2 instance.public String toString()
toString in class ObjectObject.toString()public InstanceIdDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.