@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchIntoInstanceProperties extends Object implements Serializable, Cloneable, StructuredPojo
Launch into existing instance.
| Constructor and Description |
|---|
LaunchIntoInstanceProperties() |
| Modifier and Type | Method and Description |
|---|---|
LaunchIntoInstanceProperties |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchIntoEC2InstanceID()
Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill,
recovery or failback.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLaunchIntoEC2InstanceID(String launchIntoEC2InstanceID)
Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill,
recovery or failback.
|
String |
toString()
Returns a string representation of this object.
|
LaunchIntoInstanceProperties |
withLaunchIntoEC2InstanceID(String launchIntoEC2InstanceID)
Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill,
recovery or failback.
|
public void setLaunchIntoEC2InstanceID(String launchIntoEC2InstanceID)
Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.
launchIntoEC2InstanceID - Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during
drill, recovery or failback.public String getLaunchIntoEC2InstanceID()
Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.
public LaunchIntoInstanceProperties withLaunchIntoEC2InstanceID(String launchIntoEC2InstanceID)
Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.
launchIntoEC2InstanceID - Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during
drill, recovery or failback.public String toString()
toString in class ObjectObject.toString()public LaunchIntoInstanceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.