@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) |
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 Object
Object.toString()
public InstanceIdDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.