@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParticipatingServer extends Object implements Serializable, Cloneable, StructuredPojo
Represents a server participating in an asynchronous Job.
Constructor and Description |
---|
ParticipatingServer() |
Modifier and Type | Method and Description |
---|---|
ParticipatingServer |
clone() |
boolean |
equals(Object obj) |
LaunchActionsStatus |
getLaunchActionsStatus()
The post-launch action runs of a participating server.
|
String |
getLaunchStatus()
The launch status of a participating server.
|
String |
getRecoveryInstanceID()
The Recovery Instance ID of a participating server.
|
String |
getSourceServerID()
The Source Server ID of a participating server.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLaunchActionsStatus(LaunchActionsStatus launchActionsStatus)
The post-launch action runs of a participating server.
|
void |
setLaunchStatus(String launchStatus)
The launch status of a participating server.
|
void |
setRecoveryInstanceID(String recoveryInstanceID)
The Recovery Instance ID of a participating server.
|
void |
setSourceServerID(String sourceServerID)
The Source Server ID of a participating server.
|
String |
toString()
Returns a string representation of this object.
|
ParticipatingServer |
withLaunchActionsStatus(LaunchActionsStatus launchActionsStatus)
The post-launch action runs of a participating server.
|
ParticipatingServer |
withLaunchStatus(LaunchStatus launchStatus)
The launch status of a participating server.
|
ParticipatingServer |
withLaunchStatus(String launchStatus)
The launch status of a participating server.
|
ParticipatingServer |
withRecoveryInstanceID(String recoveryInstanceID)
The Recovery Instance ID of a participating server.
|
ParticipatingServer |
withSourceServerID(String sourceServerID)
The Source Server ID of a participating server.
|
public void setLaunchActionsStatus(LaunchActionsStatus launchActionsStatus)
The post-launch action runs of a participating server.
launchActionsStatus
- The post-launch action runs of a participating server.public LaunchActionsStatus getLaunchActionsStatus()
The post-launch action runs of a participating server.
public ParticipatingServer withLaunchActionsStatus(LaunchActionsStatus launchActionsStatus)
The post-launch action runs of a participating server.
launchActionsStatus
- The post-launch action runs of a participating server.public void setLaunchStatus(String launchStatus)
The launch status of a participating server.
launchStatus
- The launch status of a participating server.LaunchStatus
public String getLaunchStatus()
The launch status of a participating server.
LaunchStatus
public ParticipatingServer withLaunchStatus(String launchStatus)
The launch status of a participating server.
launchStatus
- The launch status of a participating server.LaunchStatus
public ParticipatingServer withLaunchStatus(LaunchStatus launchStatus)
The launch status of a participating server.
launchStatus
- The launch status of a participating server.LaunchStatus
public void setRecoveryInstanceID(String recoveryInstanceID)
The Recovery Instance ID of a participating server.
recoveryInstanceID
- The Recovery Instance ID of a participating server.public String getRecoveryInstanceID()
The Recovery Instance ID of a participating server.
public ParticipatingServer withRecoveryInstanceID(String recoveryInstanceID)
The Recovery Instance ID of a participating server.
recoveryInstanceID
- The Recovery Instance ID of a participating server.public void setSourceServerID(String sourceServerID)
The Source Server ID of a participating server.
sourceServerID
- The Source Server ID of a participating server.public String getSourceServerID()
The Source Server ID of a participating server.
public ParticipatingServer withSourceServerID(String sourceServerID)
The Source Server ID of a participating server.
sourceServerID
- The Source Server ID of a participating server.public String toString()
toString
in class Object
Object.toString()
public ParticipatingServer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.