@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchedInstance extends Object implements Serializable, Cloneable, StructuredPojo
Launched instance.
Constructor and Description |
---|
LaunchedInstance() |
Modifier and Type | Method and Description |
---|---|
LaunchedInstance |
clone() |
boolean |
equals(Object obj) |
String |
getEc2InstanceID()
Launched instance EC2 ID.
|
String |
getFirstBoot()
Launched instance first boot.
|
String |
getJobID()
Launched instance Job ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEc2InstanceID(String ec2InstanceID)
Launched instance EC2 ID.
|
void |
setFirstBoot(String firstBoot)
Launched instance first boot.
|
void |
setJobID(String jobID)
Launched instance Job ID.
|
String |
toString()
Returns a string representation of this object.
|
LaunchedInstance |
withEc2InstanceID(String ec2InstanceID)
Launched instance EC2 ID.
|
LaunchedInstance |
withFirstBoot(FirstBoot firstBoot)
Launched instance first boot.
|
LaunchedInstance |
withFirstBoot(String firstBoot)
Launched instance first boot.
|
LaunchedInstance |
withJobID(String jobID)
Launched instance Job ID.
|
public void setEc2InstanceID(String ec2InstanceID)
Launched instance EC2 ID.
ec2InstanceID
- Launched instance EC2 ID.public String getEc2InstanceID()
Launched instance EC2 ID.
public LaunchedInstance withEc2InstanceID(String ec2InstanceID)
Launched instance EC2 ID.
ec2InstanceID
- Launched instance EC2 ID.public void setFirstBoot(String firstBoot)
Launched instance first boot.
firstBoot
- Launched instance first boot.FirstBoot
public String getFirstBoot()
Launched instance first boot.
FirstBoot
public LaunchedInstance withFirstBoot(String firstBoot)
Launched instance first boot.
firstBoot
- Launched instance first boot.FirstBoot
public LaunchedInstance withFirstBoot(FirstBoot firstBoot)
Launched instance first boot.
firstBoot
- Launched instance first boot.FirstBoot
public void setJobID(String jobID)
Launched instance Job ID.
jobID
- Launched instance Job ID.public String getJobID()
Launched instance Job ID.
public LaunchedInstance withJobID(String jobID)
Launched instance Job ID.
jobID
- Launched instance Job ID.public String toString()
toString
in class Object
Object.toString()
public LaunchedInstance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.