@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartRecoveryRequestSourceServer extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the Source Server to recover.
Constructor and Description |
---|
StartRecoveryRequestSourceServer() |
Modifier and Type | Method and Description |
---|---|
StartRecoveryRequestSourceServer |
clone() |
boolean |
equals(Object obj) |
String |
getRecoverySnapshotID()
The ID of a Recovery Snapshot we want to recover from.
|
String |
getSourceServerID()
The ID of the Source Server you want to recover.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRecoverySnapshotID(String recoverySnapshotID)
The ID of a Recovery Snapshot we want to recover from.
|
void |
setSourceServerID(String sourceServerID)
The ID of the Source Server you want to recover.
|
String |
toString()
Returns a string representation of this object.
|
StartRecoveryRequestSourceServer |
withRecoverySnapshotID(String recoverySnapshotID)
The ID of a Recovery Snapshot we want to recover from.
|
StartRecoveryRequestSourceServer |
withSourceServerID(String sourceServerID)
The ID of the Source Server you want to recover.
|
public void setRecoverySnapshotID(String recoverySnapshotID)
The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.
recoverySnapshotID
- The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by
taking an on-demand snapshot.public String getRecoverySnapshotID()
The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.
public StartRecoveryRequestSourceServer withRecoverySnapshotID(String recoverySnapshotID)
The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.
recoverySnapshotID
- The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by
taking an on-demand snapshot.public void setSourceServerID(String sourceServerID)
The ID of the Source Server you want to recover.
sourceServerID
- The ID of the Source Server you want to recover.public String getSourceServerID()
The ID of the Source Server you want to recover.
public StartRecoveryRequestSourceServer withSourceServerID(String sourceServerID)
The ID of the Source Server you want to recover.
sourceServerID
- The ID of the Source Server you want to recover.public String toString()
toString
in class Object
Object.toString()
public StartRecoveryRequestSourceServer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.