@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public LaunchIntoInstanceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.